/dotfiles

My dotfiles for my Arch Linux machine

Primary LanguageShell

Before anything make sure GNU Stow is installed along with eza, zoxide and i3

sudo pacman -S stow eza zoxide i3 i3lock xss-lock xset flameshot ripgrep

Dependencies

Tiling Manager

TMUX

Install the dependencies

sudo pacman -S tmux

You will also need the TMUX package manager TPM for short

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

You can start a tmux session now and don't forget to install the tmux packages listed in the configuration file by pressing prefix + I once in tmux.

Custom Scripts Folder

I like to have a custom folder in my home directory which contains scripts I use regularly.

mkdir $HOME/bin