/seven-tools

this is a collection of my daily use tools

Primary LanguageVim ScriptMIT LicenseMIT

seven-tools

this is a repo collect the tools I used in dev life.

menual

  • macos setup
  • Vim setup
  • Iterm2 setup
  • Tmux setup

setup macos

One line command(also include vim settings):

bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-tools/master/macos-setup.sh)

use my vim settings

one line command:

bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-tools/master/setup.sh)

or load manually:

  1. download repostory
git clone https://github.com/Blankll/seven-tools.git

or download manually and extract the compressed file

  1. create soft link for .vimrc to ~/ directory
cd ~/
ln -s $(pwd-to-seven-tools)/.vimrc ~/.vimrc
  1. install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. install plugs which listed in .vimrc open vim, run command bellow:
:source ~/.vimrc
  1. reopen your terminal to start enjoy the vim