Skip to content

eko/dotfiles

Repository files navigation

dotfiles

Classic dotfiles

These dotfiles can be installed by running the following Make command:

$ make install

✖ File already exists: /Users/vincent/.atom/config.cson
✖ File already exists: /Users/vincent/.gitconfig
✔ Installing file: /Users/vincent/.gitignore
[...]

Encrypted dotfiles

Before installing encrypted dotfiles, you have to import your private gpg key by typing:

$ gpg2 --import private.key

Then, encrypted Makefiles can be automatically installed by typing:

$ make install-encrypted

✔ Installing encrypted file: /Users/vincent/.ssh/config

List of dotfiles

Here is the detail of available dotfiles:

  • Install to ~/.aliases
  • Download Atom
  • Install to ~/.atom/config.cson
  • Install to ~/.brew
  • Then, run ./.brew to install Homebrew libraries/applications
  • Install to project/ directory
  • Install to ~/.exports
  • Install to ~/.functions
  • Install to ~/.gitconfig
  • Install to ~/.gitignore
  • Type git config --global core.excludesfile ~/.gitignore
  • Install to ~/.iTerm2/com.googlecode.iterm2.plist
  • Do not forget to configure iTerm2 (Preferences > General) at the bottom to load configuration from ~/.iTerm2 directory
  • Install to ~/.oh-my-zsh/themes/eko.zsh-theme
  • Install to ~/.sources
  • Install to ~/.tmux.conf
  • Install to ~/.vimrc
  • Type vim +PlugInstall +qall to install vim plugins
  • Install to ~/.vim
  • Install to ~/.zshrc

About

My personal configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published