An open API service indexing awesome lists of open source software.

https://github.com/smitelli/scottfiles

Scott's Dotfiles
https://github.com/smitelli/scottfiles

Last synced: 12 months ago
JSON representation

Scott's Dotfiles

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
````