Setup mosh

This commit is contained in:
2023-03-09 12:32:56 +09:00
parent fa4b437891
commit 0d1b7d2ff5
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -37,3 +37,5 @@ flakify()
(whence -w run-help | grep -q alias) && unalias run-help
autoload run-help
# Allow customization per client.
[[ -f ~/.config/zsh/custom.zsh ]] && source ~/.config/zsh/custom.zsh
+8 -1
View File
@@ -24,11 +24,18 @@ in {
ncdu
ripgrep
psmisc
atuin
fzf
nix-your-shell
mosh
];
programs.atuin = {
enable = true;
settings = {
update_check = false;
};
};
programs.bat = {
enable = true;
config.theme = "base16";
+4 -1
View File
@@ -52,13 +52,16 @@ in {
".local/share/flatpak"
".cache/flatpak"
".local/share/atuin"
# Cache for sessions (keep website logged in, plugin downloaded...)
".config/google-chrome"
".config/discord"
# Don't reinstall plugins on reboot
".local/share/nvim"
".local/state/nvim"
];
files = [ ];
files = [
".config/zsh/custom.zsh"
];
};
};
};