mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Aliases and additional tools
This commit is contained in:
parent
c78f5440db
commit
5d95e7c409
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
alias ll='ls -la'
|
||||
alias lt='ls --human-readable --size -1 -S --classify'
|
||||
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
||||
alias code='codium'
|
|
@ -13,10 +13,16 @@
|
|||
neovim
|
||||
logseq
|
||||
element-desktop
|
||||
go-task
|
||||
opentofu
|
||||
python3
|
||||
gnumake
|
||||
spotify
|
||||
_1password-gui
|
||||
nodejs_22
|
||||
corepack_22
|
||||
azure-cli
|
||||
sops
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue