Shell configuration for visitor-003
| Name | Last commit date | |
|---|---|---|
| .agents | ||
| .git | ||
| ipython | ||
| scitex | ||
| .gitignore | 12 days ago | |
| .mcp.json | ||
| AGENTS.md | ||
| bash_profile | 12 days ago | |
| bashrc | 12 days ago | |
| gitconfig | 12 days ago | |
| install.sh | 12 days ago | |
| README.md | 12 days ago | |
| screenrc | 12 days ago | |
| tmux.conf | 12 days ago | |
| vimrc | 12 days ago |
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