feat: use zoxide,bottom,tealdeer and add libre office
This commit is contained in:
parent
f0c205aab1
commit
48e8058c09
@ -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";
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user