Shell configuration for visitor-003
README.md

visitor-003's Dotfiles

Personal configuration files for SciTeX Cloud.

Usage

Edit any file, then run:

./install.sh
source ~/.bashrc

Files

File Description
bashrc Shell configuration, aliases, prompt
bash_profile Login shell (sources bashrc)
vimrc Vim editor settings
gitconfig Git configuration
screenrc GNU Screen terminal multiplexer
ipython/ IPython configuration

Customization

Feel free to edit any file! Your changes are version controlled.

git add -A
git commit -m "Updated bashrc aliases"

Sync to Local Machine

git clone <this-repo> ~/.dotfiles
cd ~/.dotfiles
./install.sh