this is a repo collect the tools I used in dev life.
menual
- macos setup
- Vim setup
- Iterm2 setup
- Tmux setup
One line command(also include vim settings):
bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-tools/master/macos-setup.sh)one line command:
bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-tools/master/setup.sh)or load manually:
- download repostory
git clone https://github.com/Blankll/seven-tools.gitor download manually and extract the compressed file
- create soft link for .vimrc to ~/ directory
cd ~/
ln -s $(pwd-to-seven-tools)/.vimrc ~/.vimrc- install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim- install plugs which listed in .vimrc open vim, run command bellow:
:source ~/.vimrc- reopen your terminal to start enjoy the vim