Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacbd/dotfiles
My .files
https://github.com/dacbd/dotfiles
Last synced: 21 days ago
JSON representation
My .files
- Host: GitHub
- URL: https://github.com/dacbd/dotfiles
- Owner: dacbd
- License: mit
- Created: 2020-07-05T07:19:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T03:41:24.000Z (24 days ago)
- Last Synced: 2024-10-23T05:29:25.719Z (23 days ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/