diff --git a/.bashrc b/.bashrc index cb73f63..55387ff 100755 --- a/.bashrc +++ b/.bashrc @@ -9,6 +9,8 @@ else alias grep='grep' fi +alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile' + # Case insensitive matching shopt -s nocaseglob