https://github.com/bbugyi200/scripts
Scripts... Many of which are dependencies for my dotfiles repository
https://github.com/bbugyi200/scripts
Last synced: about 1 year ago
JSON representation
Scripts... Many of which are dependencies for my dotfiles repository
- Host: GitHub
- URL: https://github.com/bbugyi200/scripts
- Owner: bbugyi200
- Created: 2017-07-04T12:26:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T18:38:30.000Z (about 5 years ago)
- Last Synced: 2025-03-25T01:44:14.994Z (over 1 year ago)
- Language: Shell
- Size: 31.6 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
These are most of the scripts I use on my Linux machines.
Many of these scripts are dependencies for my [dotfiles](https://github.com/bbugyi200/dotfiles) repository. As with my dotfiles, I use [stow](https://www.gnu.org/software/stow/manual/stow.html) to create symbolic links from these scripts to the appropriate location on my filesystem (`/usr/local/bin`). This way, I can organize my scripts in separate directories the way I like but without the need to add arbitrary directories to my PATH. The exact stow commands I use to do this can be found in my [clinks](main/clinks) script.