Skip to content

Nightlord851108/dotfiles

 
 

Repository files navigation

dotfiles

My configuration files

Environment

macOS Mojave

Usage

macOS (my personal setup)

vim + zsh + tmux + vifm + iterm2

$ xcode-select --install
$ mkdir Github; cd Github
$ git clone [email protected]:Nightlord851108/dotfiles.git; cd dotfiles
$ ./deploy.sh all
# add /usr/local/bin/zsh to /etc/shells
$ chsh -s /usr/local/bin/zsh
# If plugins of vim are not installed, please execute the following command.
$ vim +PlugInstall +qall

iTerm2

  • Load iTerm2 settings: Preferences... => General => Load preferences from a custom folder or URL

Atom

  1. Deploy atom
$ ./deploy.sh atom
  1. Check 'Security & Privacy' of you mac to allow open the installed Atom app

  2. Deploy atom packages

$ ./deploy.sh atom_pkg

Vim/Zsh/Tmux only

If you just want to install vim, zsh, or tmux specifically, you can check out README files in the corresponding directory.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 68.1%
  • Shell 17.7%
  • Batchfile 4.2%
  • TeX 3.4%
  • JavaScript 2.8%
  • Java 1.9%
  • Other 1.9%