Loading...
SciTeX dotfiles

Ask anything about Scientific Research

Console
Ask anything about Scientific Research. I can take actions: stats, plots, literature, and your current work.
Files visitor-012/dotfiles
Viewer Viewer
No file selected Open a file from the Files tab to view it here
Shell configuration for visitor-012
README.md

visitor-012'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