https://github.com/oxguy3/dotfiles
Misc scripts for stuff and things
https://github.com/oxguy3/dotfiles
bashrc dotfiles
Last synced: 11 months ago
JSON representation
Misc scripts for stuff and things
- Host: GitHub
- URL: https://github.com/oxguy3/dotfiles
- Owner: oxguy3
- Created: 2015-12-16T22:25:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T20:50:46.000Z (about 9 years ago)
- Last Synced: 2025-01-18T08:26:01.918Z (over 1 year ago)
- Topics: bashrc, dotfiles
- Language: Shell
- Size: 9.38 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
Misc scripts for stuff and things
You might notice that my bashrc and bash\_profile files aren't named with the conventional preceding ".", and that I don't have a script for automatically symlinking stuff. This is because, rather than symlinking these scripts directly to `~`, I just source them from `~/.bashrc` and `~/.bash_profile`. This gives me the freedom to have custom settings for the specific machine I'm using that I don't want to apply to every computer I use (i.e. mainly, this is for weird machine-specific $PATH additions).
Eventually though, I intend to rename this repo to dotfiles, and to make it so that everything _except_ bashrc and bash\_profile _does_ get symlinked, so I can have stuff like ssh configs and whatnot synced. Someday, someday...