Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ dotfiles Public

My dotfiles including config for vim, zsh, iterm2, git, tern and i3

aeddi/dotfiles

Repository files navigation

aeddi’s dotfiles

Installation

  • Fork this repo
  • Clone your forked repo in your home directory git clone --recurse-submodules https://github.com/<username>/dotfiles ~/.dotfiles
  • Launch the installation script cd ~/.dotfiles && ./install all

Description

Some configurations (git, vim and zsh) are split into two files: a local and a global.

For example with zsh, if you want to change the configuration on all your hosts, you'll need to edit the ~/.zshrc file and synchronize all your hosts with git.

If you want to add an alias/function only to your current host or add sensitive information to your configuration (e.g. an authentication token), you'll need to edit the ~/.zshrc_local file.

About

My dotfiles including config for vim, zsh, iterm2, git, tern and i3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published