Skip to content

Configuration files meant to make my life easier- maybe yours, too!

License

Notifications You must be signed in to change notification settings

tylerjwoodfin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Configuration files meant to make my life easier- maybe yours, too!

automatic setup

  • run python3 scripts/setup.py

manual setup

  • Add to .zshrc:

common (all devices)

if [ -f ~/git/dotfiles/zsh/common ]; then
    source ~/git/dotfiles/zsh/common
fi

desktop

if [ -f ~/git/dotfiles/zsh/desktop ]; then
    source ~/git/dotfiles/zsh/desktop
fi

pi

if [ -f ~/git/dotfiles/zsh/pi ]; then
    source ~/git/dotfiles/zsh/pi
fi

vim

  • In your .vimrc file, add so ~/git/dotfiles/dotfiles.vim

About

Configuration files meant to make my life easier- maybe yours, too!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published