https://github.com/jayqi/dotfiles
Personal dotfiles
https://github.com/jayqi/dotfiles
Last synced: 5 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/jayqi/dotfiles
- Owner: jayqi
- Created: 2019-08-25T18:39:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T19:10:21.000Z (11 months ago)
- Last Synced: 2025-06-27T20:24:57.712Z (11 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles.
Bash file usage follows convention described in [this StackExchange answer](https://superuser.com/a/789465).
System files:
- `.bash_profile` - loads other files
- `.bashrc` - stuff used for interactive sessions
- `.macos` - macOS-specific stuff
This setup assumes that a separate `.profile` on the individual system with paths and stuff to installed things.
Others:
- `git/` - git global configuration files
- `.condarc` - conda configuration files