feat: use zoxide,bottom,tealdeer and add libre office

This commit is contained in:
dusk 2021-03-02 18:54:39 +03:00
parent f0c205aab1
commit 48e8058c09
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 6 additions and 5 deletions

View File

@ -26,12 +26,14 @@ in
ripgrep
curl
git
gotop
gptfdisk
iputils
lm_sensors
mkpasswd
ntfs3g
zoxide
bottom
tealdeer
];
shellAliases =
@ -74,7 +76,7 @@ in
ncg = ifSudo "sudo nix-collect-garbage";
ncgdo = ifSudo "sudo nix-collect-garbage --delete-old";
top = pkgBin "gotop";
top = "${pkgs.bottom}/bin/btm";
myip =
"${pkgs.dnsutils}/bin/dig +short myip.opendns.com @208.67.222.222 2>&1";

View File

@ -237,6 +237,7 @@ in
discord
ripcord
tagref
libreoffice-fresh
] ++ kideDeps;
};
@ -488,9 +489,7 @@ in
bindkey "$terminfo[kLFT5]" backward-word
zstyle ':completion:*' menu select
function project() {
cd "$HOME/Belgeler/projects/$1"
}
eval "$(zoxide init zsh)"
'';
shellAliases = nixosConfig.environment.shellAliases // {
rember = ''