Skip to content

ndsl6211/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

189 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 https://github.com/gantheory/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.

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 79.8%
  • Shell 9.7%
  • JavaScript 3.3%
  • TeX 3.0%
  • Java 2.1%
  • Vim Snippet 1.1%
  • Other 1.0%