Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darwin67/_config
My config files for all kinds of stuff
https://github.com/darwin67/_config
Last synced: about 1 month ago
JSON representation
My config files for all kinds of stuff
- Host: GitHub
- URL: https://github.com/darwin67/_config
- Owner: darwin67
- Created: 2015-10-14T05:12:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T07:59:02.000Z (about 2 months ago)
- Last Synced: 2024-11-30T18:44:44.933Z (about 1 month ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Config files and dotfiles
Settings that are shared across computers.
## NixOS setup
```sh
# back it up
sudo mv /etc/nixos /etc/nixos.oldsudo ln -s ~/_config/nix /etc/nixos
```## Dynamic Wallpapers
```
./scripts/dynamic-wallpaperscd ~/Pictures/DynamicWallpapers
ls | xargs -I{} sudo heic-install {}
```