Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.old

sudo ln -s ~/_config/nix /etc/nixos
```

## Dynamic Wallpapers

```
./scripts/dynamic-wallpapers

cd ~/Pictures/DynamicWallpapers
ls | xargs -I{} sudo heic-install {}
```