mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 22:51:21 +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 ll='ls -la'
|
||||||
alias lt='ls --human-readable --size -1 -S --classify'
|
alias lt='ls --human-readable --size -1 -S --classify'
|
||||||
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
||||||
|
alias code='codium'
|
|
@ -13,10 +13,16 @@
|
||||||
neovim
|
neovim
|
||||||
logseq
|
logseq
|
||||||
element-desktop
|
element-desktop
|
||||||
|
go-task
|
||||||
opentofu
|
opentofu
|
||||||
python3
|
python3
|
||||||
gnumake
|
gnumake
|
||||||
spotify
|
spotify
|
||||||
|
_1password-gui
|
||||||
|
nodejs_22
|
||||||
|
corepack_22
|
||||||
|
azure-cli
|
||||||
|
sops
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue