calaway / dotfiles

My dot files. These are used to save application configurations (e.g. `~/.bash_profile`)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calaway's dot files

Backup any original files first.

Example:

mv -v ~/.bash_profile ~/.bash_profile_original

Then make symlinks to the dotfiles.

Example:

ln -sv ~/.dotfiles/.bash_profile_home ~/.bash_profile
ln -sv ~/.dotfiles/.gitconfig ~
ln -sv ~/.dotfiles/.gitignore_global ~

About

My dot files. These are used to save application configurations (e.g. `~/.bash_profile`)


Languages

Language:Shell 100.0%