/dotfiles

Dot Files

Primary LanguageShell

Installation

Change folder, download, and install.

cd ~ && git clone https://github.com/crawc/dotfiles.git && cd dotfiles && ./install.sh

Uninstallation

Change to dotfiles folder

cd ~/dotfiles

Run uninstaller

./uninstall.sh

Update just the bashrc file

wget https://raw.githubusercontent.com/crawc/dotfiles/master/.bashrc -O ~/.bashrc

or bash_aliases

wget https://github.com/crawc/dotfiles/blob/master/.bash_aliases -O ~/.bash_aliases