Shell configuration for visitor-001
Name Last commit message Last commit date
.agents No commit message
.git No commit message
ipython No commit message
scitex No commit message
.gitignore Initial dotfiles setup 7e6298e 2 months ago
.mcp.json No commit message
AGENTS.md No commit message
bash_profile Initial dotfiles setup 7e6298e 2 months ago
bashrc Initial dotfiles setup f6fef57 2 weeks ago
gitconfig Initial dotfiles setup 7e6298e 2 months ago
install.sh Initial dotfiles setup 7e6298e 2 months ago
README.md Initial dotfiles setup 7e6298e 2 months ago
tmux.conf Initial dotfiles setup f6fef57 2 weeks ago
vimrc Initial dotfiles setup 7e6298e 2 months ago
README.md

visitor-001'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
tmux.conf Tmux 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