- Install neovim
- Install vim-plug
- Install fzf
- Install ripgrep
ln -s "$(pwd)/neovim/config/nvim" ~/.config/nvim
- Install zsh and set to default shell
- Install prezto
- Adding following snippet to
~/.zsh
# point to the configt file
if [[ -s "$HOME/dotfiles/zsh/config.zsh" ]]; then
source "$HOME/dotfiles/zsh/config.zsh"
fi
- Install powerline/fonts
- Copypasta
prompt_agnoster2lines_setup to prezto theme
- Modify
.zpreztorc to use agnoster2lines theme
- Install tmux
ln -s "$(pwd)/.tmux.conf" ~/.tmux.conf
ln -s "$(pwd)/.gitconfig" ~/.gitconfig