add eza
This commit is contained in:
parent
4acbeca1e5
commit
bb082c2e0f
3 changed files with 10 additions and 0 deletions
5
changelog.md
Normal file
5
changelog.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
## add eza
|
||||||
|
|
||||||
|
- added `eza` to `pkgs`
|
||||||
|
- added `ll` and `tree` aliases
|
||||||
|
- added changelog.md
|
|
@ -17,11 +17,14 @@
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
dig
|
dig
|
||||||
|
eza
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
|
ll = "eza -alo --group-directories-first";
|
||||||
|
tree = "eza -lT";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
2
todo.md
2
todo.md
|
@ -9,3 +9,5 @@ Could probably read through the tide variable set to figure this out, just haven
|
||||||
Need to connect new devices to the coordinator in order to access the tailscale network.
|
Need to connect new devices to the coordinator in order to access the tailscale network.
|
||||||
|
|
||||||
```sudo tailscale up https://headscale.hive.smrsh.net```
|
```sudo tailscale up https://headscale.hive.smrsh.net```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue