Skip to content

lightergrey/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published