This repository contains the dot files for my system
Installing terminal
yay -S alacritty
yay -S git
Installing stow dot files manager
yay -S stow
First, checkout the dot files repository in my $HOME directory using git
git clone [email protected]:cmanon/dotfiles.git Dotfiles
cd Dotfiles
Then use stow to create the symlinks
stow .
Install and configure the terminal multiplexer
yay -S tmux
Install the tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm