Skip to content

tastapod/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel's dot files

Clone this repository into your home directory, then link the files like this:

Note: this will replace your dotfiles, so move them out of the way first!

  1. Install Oh my zsh!

  2. Run the following:

    cd
    git clone https://github.com/tastapod/dotfiles.git .config/tastapod/dotfiles
    for f in .config/tastapod/dotfiles/*; do ln -f -s "$f" ".${f##*/}"; done
    

(If you get an error from xcrun you need to run xcode-select --install first.)

  1. Add any host-specific settings in .zlogin, which is sourced after .zshenv and .zshrc for a login shell.

About

My Linux dot files (.zshrc, .vimrc, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published