$ curl https://gist.githubusercontent.com/dmfrancisco/8dc4057a8585af2de0c9/raw/install.sh | sh
If you're running Linux replace curl
with wget -qO-
.
Restart your bash shell to put the changes in effect.
Clone this repository to add these shared configurations to your system:
git clone https://gist.githubusercontent.com/8dc4057a8585af2de0c9.git
mv 8dc4057a8585af2de0c9 ~/.shared_dotfiles
Edit your .bashrc
file and add the following to the top:
source ~/.shared_dotfiles/bashrc
# Other personal settings go here
Edit your .vimrc
file and add the following to the top:
source ~/.shared_dotfiles/vimrc
" Other personal settings go here
Edit your .inputrc
file and add the following to the top:
$include ~/.shared_dotfiles/inputrc
# Other personal settings go here
Restart your bash shell to put the changes in effect.
To pull new changes do as usual:
$ cd ~/.shared_dotfiles/ && git pull && cd -
You can also use the following alias: update-dotfiles
$ curl https://gist.githubusercontent.com/dmfrancisco/8dc4057a8585af2de0c9/raw/uninstall.sh | sh
If you're running Linux replace curl
with wget -qO-
.
Restart your bash shell to complete the uninstallation.
Hint hint :) http://osxdaily.com/2013/08/22/start-web-search-from-command-line/