My bare-bones dotfiles
The following will clone and move into the repo.
Then it will backup existing config to *.bak and create linkages to the dotfiles repo
git clone https://github.com/raayan/dotfiles
git cd dotfiles
chmod +x setup.sh
./setup.sh
You can run dot-update to update this repo and ultimately your dotfiles.
Install fzf
curl this https://raw.githubusercontent.com/joshskidmore/zsh-fzf-history-search/master/zsh-fzf-history-search.zsh
somewhere and then add to your .zshrc:
source <path-to-it>/zsh-fzf-history-search.zsh
Install required programs and add folowing to .zshrc
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent