sudo pacman -Syu neovim, ripgrep, fzf, openssh, keychain, rofi, dunst, bspwm, sxhkd, picom, tmux
stow home --dotfiles
Sets up zsh with oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/Aloxaf/fzf-tab ~/.oh-my-zsh/custom/plugins/fzf-tab
git clone https://github.com/joshskidmore/zsh-fzf-history-search ~/.oh-my-zsh/custom/plugins/zsh-fzf-history-search
stow home --dotfiles
sudo pacman -Syu openssh keychain
ssh-keygen -t ed25519
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
- open tmux
- C-b I (to install tmux plugins)