Jon's dotfiles synced a bare repo on this branch.
Clone to ~/.cfg
as a bare repo and checkout the dotfiles
branch with $HOME
set as the work tree.
git clone --bare https://github.com/suderman/dotfiles.git ~/.cfg
git --git-dir=$HOME/.cfg config --local status.showUntrackedFiles no
git --git-dir=$HOME/.cfg --work-tree=$HOME checkout dotfiles
sudo pacman -S --needed base-devel git fzf tree bat
mkdir -p ~/.cache/git
git clone https://aur.archlinux.org/paru.git ~/.cache/git/paru
cd ~/.cache/git/paru
makepkg -si
paru -S lf delta
git config --global credential.helper store
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
git clone https://github.com/kazhala/dotbare.git ~/.oh-my-zsh/custom/plugins/dotbare
mkdir -p ~/.local/share/nvim/site/autoload
curl -fL https://github.com/junegunn/vim-plug/raw/master/plug.vim > ~/.local/share/nvim/site/autoload/plug.vim
nvim -c PlugInstall
mkdir -p ~/.local/share/tmux/plugins
git clone https://github.com/tmux-plugins/tpm ~/.local/share/tmux/plugins/tpm