https://github.com/smitelli/scottfiles
Scott's Dotfiles
https://github.com/smitelli/scottfiles
Last synced: 12 months ago
JSON representation
Scott's Dotfiles
- Host: GitHub
- URL: https://github.com/smitelli/scottfiles
- Owner: smitelli
- Created: 2015-08-10T19:59:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T20:02:51.000Z (about 1 year ago)
- Last Synced: 2025-06-30T20:35:11.751Z (about 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scottfiles
Scott's Dotfiles
by [Scott Smitelli](mailto:scott@smitelli.com)
## Requirements
* [GNU Stow](https://www.gnu.org/software/stow/)
* For colors on macOS, [coreutils](https://formulae.brew.sh/formula/coreutils)
## Usage
First, `cd` into the root of this repository.
Run `stow `, where is the name of one of the directories in
the root of this repository. To remove a package, either run `stow -D `
or just remove the symlinks for that package by hand.
## Useful Environment Variables
```shell-script
export SCOTTFILES_WORKTOOLS_GITHUB_ORG=
export SCOTTFILES_WORKTOOLS_GIT_ROOT=/Users/...
export SCOTTFILES_WORKTOOLS_KEEPUSH_USER=
export SCOTTFILES_WORKTOOLS_KEEPUSH_SOURCE=/Users/....kdbx
export SCOTTFILES_WORKTOOLS_KEEPUSH_DESTINATION=https://....kdbx
````