Skip to content

bantmen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim

https://github.com/macvim-dev/macvim

https://github.com/kien/ctrlp.vim

Alternative to ctrlp: https://github.com/junegunn/fzf

  • brew install fzf

https://github.com/altercation/vim-colors-solarized

Install dracula theme:

mkdir -p ~/.vim/pack/themes/start
git clone https://github.com/dracula/vim.git ~/.vim/pack/themes/start/dracula

Others

https://github.com/jimeh/git-aware-prompt

brew install diff-so-fancy

or

https://gist.github.com/gmolveau/8fcdb5e953bd6c9dad18ecd39b9718a4

mkdir -p ~/bin 
# add ~/bin to your PATH (.bashrc or .zshrc)
cd ~/bin
git clone https://github.com/so-fancy/diff-so-fancy diffsofancy
chmod +x diffsofancy/diff-so-fancy
ln -s ~/bin/diffsofancy/diff-so-fancy ~/bin/diff-so-fancy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published