Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 996 Bytes

README.md

File metadata and controls

executable file
·
17 lines (15 loc) · 996 Bytes

dotfiles

Setup:

  • Install pure-prompt via npm or manally
  • Clone zsh-autosuggestions to ~/.zsh
  • Clone zsh-syntax-highlighting to ~/.zsh
  • Symlink .zshrc: ln -s ~/development/dotfiles/zshrc ~/.zshrc
  • Symlink fzf-git.zsh: ln -s ~/development/dotfiles/fzf-git.zsh ~/.zsh/fzf-git.zsh
  • Symlink .tmux.conf: ln -s ~/development/dotfiles/tmux.conf ~/.tmux.conf
  • Symlink vimrc: ln -s ~/development/dotfiles/vimrc ~/.vimrc
  • Install vim-plug
  • Install plugins in Vim: :PlugInstall
  • Install ripgrep: (Not strictly necessary as this was intended for use in vim)
    • sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
    • sudo yum install ripgrep
    • brew install ripgrep