Skip to content

robmccardle/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.dotfiles

Dotfiles for bash aliases and profile. You're welcome to borrow my settings yeah :)


To use, clone this repo from GitHub into your users home directory with:

 git clone https://github.com/robmccardle/dotfiles.git ~/.dotfiles

Create a symbolic link to the bash profile from it's usual location with:

 ln -s ~/.dotfiles/.bash_profile ~/.bash_profile 

Create a symbolic link to the global gitignore from it's usual location with:

 ln -s ~/.dotfiles/.gitignore_global ~/.gitignore_global 

Remember to either restart Terminal/iTerm or source to flush your settings via:

source ~/.bash_profile

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages