diff options
| author | 2025-10-30 18:58:35 -0400 | |
|---|---|---|
| committer | 2025-10-30 18:58:35 -0400 | |
| commit | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (patch) | |
| tree | 3717d482a17d4530b1759057764ce243d6a927d2 /hosts/iroha | |
| parent | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (diff) | |
| download | dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.gz dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.bz2 dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.zip | |
Fix out of date nix stuff, config edits
Diffstat (limited to 'hosts/iroha')
| -rwxr-xr-x | hosts/iroha/scripts/emaint-sync | 5 | ||||
| -rw-r--r-- | hosts/iroha/stow.txt | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/hosts/iroha/scripts/emaint-sync b/hosts/iroha/scripts/emaint-sync new file mode 100755 index 0000000..c45fae4 --- /dev/null +++ b/hosts/iroha/scripts/emaint-sync @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +doas emaint sync -r guru && \ + doas emaint sync -r steam-overlay && \ + doas emaint sync -r nix-guix && \ + doas emaint sync -r tatsh-overlay diff --git a/hosts/iroha/stow.txt b/hosts/iroha/stow.txt index de02c57..ffd60e2 100644 --- a/hosts/iroha/stow.txt +++ b/hosts/iroha/stow.txt @@ -38,6 +38,7 @@ UNLINK: .local/bin/use-flags UNLINK: .local/bin/wlsunset-toggle UNLINK: .local/bin/xbox-controller-battery UNLINK: .local/bin/xbox360-ffmpeg-enc +UNLINK: .mailcap UNLINK: .muttrc UNLINK: .profile UNLINK: .vim/autoload @@ -90,7 +91,7 @@ LINK: .local/bin/use-flags => ../../c/dotfiles/hosts/iroha/stow/.local/bin/use-f LINK: .local/bin/wlsunset-toggle => ../../c/dotfiles/hosts/iroha/stow/.local/bin/wlsunset-toggle (reverts previous action) LINK: .local/bin/xbox-controller-battery => ../../c/dotfiles/hosts/iroha/stow/.local/bin/xbox-controller-battery (reverts previous action) LINK: .local/bin/xbox360-ffmpeg-enc => ../../c/dotfiles/hosts/iroha/stow/.local/bin/xbox360-ffmpeg-enc (reverts previous action) -LINK: .mailcap => c/dotfiles/hosts/iroha/stow/.mailcap +LINK: .mailcap => c/dotfiles/hosts/iroha/stow/.mailcap (reverts previous action) LINK: .muttrc => c/dotfiles/hosts/iroha/stow/.muttrc (reverts previous action) LINK: .profile => c/dotfiles/hosts/iroha/stow/.profile (reverts previous action) LINK: .vim/autoload => ../c/dotfiles/hosts/iroha/stow/.vim/autoload (reverts previous action) @@ -100,6 +101,7 @@ LINK: .vim/patches => ../c/dotfiles/hosts/iroha/stow/.vim/patches (reverts previ LINK: .vim/plugin => ../c/dotfiles/hosts/iroha/stow/.vim/plugin (reverts previous action) LINK: .vim/vimrc => ../c/dotfiles/hosts/iroha/stow/.vim/vimrc (reverts previous action) LINK: scripts/disable-rgb => ../c/dotfiles/hosts/iroha/stow/scripts/disable-rgb (reverts previous action) +LINK: scripts/emaint-sync => ../c/dotfiles/hosts/iroha/stow/scripts/emaint-sync LINK: scripts/prepare-mounts => ../c/dotfiles/hosts/iroha/stow/scripts/prepare-mounts (reverts previous action) LINK: scripts/prepare-network-mounts => ../c/dotfiles/hosts/iroha/stow/scripts/prepare-network-mounts (reverts previous action) LINK: scripts/run-sway => ../c/dotfiles/hosts/iroha/stow/scripts/run-sway (reverts previous action) |