Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mloberg/dotfiles
my dotfiles
https://github.com/mloberg/dotfiles
dotfiles
Last synced: 9 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/mloberg/dotfiles
- Owner: mloberg
- License: mit
- Created: 2013-05-03T13:28:53.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T22:37:01.000Z (28 days ago)
- Last Synced: 2024-12-24T10:13:10.534Z (15 days ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My collection of dotfiles and setup scripts.
## install
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mloberg
## updating
chezmoi update
## other setup
* [yubikey](https://github.com/drduh/YubiKey-Guide)
## thanks
inspiration/dotfiles taken from:
* [thoughtbot dotfiles](https://github.com/thoughtbot/dotfiles)
* [Zach Holman dotfiles](https://github.com/holman/dotfiles)
* [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles)
* [Jess Frazelle's dotfiles](https://github.com/jessfraz/dotfiles)## common problems
### zsh compinit: insecure directories
See insecure directories with `compaudit`. Fix them with:
compaudit | xargs chmod g-w
### yubikey stops working
Try restarting the gpg-agent (`gpgkill`). If that doesn't work, restart.