Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dacbd/dotfiles

My .files
https://github.com/dacbd/dotfiles

Last synced: 21 days ago
JSON representation

My .files

Awesome Lists containing this project

README

        

# dotfiles
not much to see here...

## Stow usage

### install

- macos: `brew install stow`

### usage

Only execute `stow` in the root dir of the repo: `~/dotfiles`
It will symlink the contents to the parent dir `~/`

When using `stow --adopt .` it will:
- move conflicting files into the repo.
- symlink files back to the parent dir(`~/`)
- it will overwrite the files present in the repo (so commit before hand)

# Notes

## SSH/GPG/yubikey things

be sure to import the public keys:
```bash
# download
wget https://github.com/dacbd.gpg
# import
gpg --import dacbd.gpg
# verify
gpg -k
```

# CLI tools
todo auto install/bootstrap

- https://helm.sh/docs/intro/install/