update README

This commit is contained in:
Frost-Phoenix 2024-01-12 18:47:31 +01:00
parent 8956ff2d51
commit 57ff979e5a

View file

@ -92,67 +92,62 @@ EXPAND
### 🔧 Shell aliases ### 🔧 Shell aliases
#### Utils
<details> <details>
<summary> <summary>
EXPAND Utils (EXPAND)
</summary> </summary>
- ```c``` -> "clear" - ```c``` $\rightarrow$ ```clear```
- ```vim``` -> "nvim" - ```vim``` $\rightarrow$ ```nvim```
- ```cat``` -> "bat" - ```cat``` $\rightarrow$ ```bat```
- ```nano``` -> "micro" - ```nano``` $\rightarrow$ ```micro```
- ```icat``` -> "kitten icat" - ```icat``` $\rightarrow$ ```kitten icat```
- ```dsize``` -> "du -hs" - ```dsize``` $\rightarrow$ ```du -hs```
- ```findw``` -> "grep -rl" - ```findw``` $\rightarrow$ ```grep -rl```
- ```l``` -> "eza --icons -a --group-directories-first -1" - ```l``` $\rightarrow$ ```eza --icons -a --group-directories-first -1```
- ```ll``` -> "eza --icons -a --group-directories-first -1 --no-user --long" - ```ll``` $\rightarrow$ ```eza --icons -a --group-directories-first -1 --no-user --long```
- ```tree``` -> "eza --icons --tree --group-directories-first" - ```tree``` $\rightarrow$ ```eza --icons --tree --group-directories-first```
</details> </details>
#### Nixos
<details> <details>
<summary> <summary>
EXPAND Nixos (EXPAND)
</summary> </summary>
- ```cdnix``` -> "cd ~/nixos-config && codium ~/nixos-config" - ```cdnix``` $\rightarrow$ ```cd ~/nixos-config && codium ~/nixos-config```
- ```nix-shell``` -> "nix-shell --run zsh" - ```nix-shell``` $\rightarrow$ ```nix-shell --run zsh```
- ```nix-switch``` -> "sudo nixos-rebuild switch --flake ~/nixos-config#nixos" - ```nix-switch``` $\rightarrow$ ```sudo nixos-rebuild switch --flake ~/nixos-config#nixos```
- ```nix-switchu``` -> "sudo nixos-rebuild switch --upgrade --flake ~/nixos-config#nixos" - ```nix-switchu``` $\rightarrow$ ```sudo nixos-rebuild switch --upgrade --flake ~/nixos-config#nixos```
- ```nix-flake-update``` -> "sudo nix flake update ~/nixos-config#" - ```nix-flake-update``` $\rightarrow$ ```sudo nix flake update ~/nixos-config#```
- ```nix-clean``` -> "sudo nix-collect-garbage && sudo nix-collect-garbage -d && sudo rm /nix/var/nix/gcroots/auto/* && nix-collect-garbage && nix-collect-garbage -d" - ```nix-clean``` $\rightarrow$ ```sudo nix-collect-garbage && sudo nix-collect-garbage -d && sudo rm /nix/var/nix/gcroots/auto/* && nix-collect-garbage && nix-collect-garbage -d```
</details> </details>
#### Git
<details> <details>
<summary> <summary>
EXPAND Git (EXPAND)
</summary> </summary>
- ```ga``` -> "git add" - ```ga``` $\rightarrow$ ```git add```
- ```gaa``` -> "git add --all" - ```gaa``` $\rightarrow$ ```git add --all```
- ```gs``` -> "git status" - ```gs``` $\rightarrow$ ```git status```
- ```gb``` -> "git branch" - ```gb``` $\rightarrow$ ```git branch```
- ```gm``` -> "git merge" - ```gm``` $\rightarrow$ ```git merge```
- ```gpl``` -> "git pull" - ```gpl``` $\rightarrow$ ```git pull```
- ```gplo``` -> "git pull origin" - ```gplo``` $\rightarrow$ ```git pull origin```
- ```gps``` -> "git push" - ```gps``` $\rightarrow$ ```git push```
- ```gpso``` -> "git push origin" - ```gpso``` $\rightarrow$ ```git push origin```
- ```gc``` -> "git commit" - ```gc``` $\rightarrow$ ```git commit```
- ```gcm``` -> "git commit -m" - ```gcm``` $\rightarrow$ ```git commit -m```
- ```gch``` -> "git checkout" - ```gch``` $\rightarrow$ ```git checkout```
- ```gchb``` -> "git checkout -b" - ```gchb``` $\rightarrow$ ```git checkout -b```
- ```gcoe``` -> "git config user.email" - ```gcoe``` $\rightarrow$ ```git config user.email```
- ```gcon``` -> "git config user.name" - ```gcon``` $\rightarrow$ ```git config user.name```
- ```g``` -> "lazygit" - ```g``` $\rightarrow$ ```lazygit```
</details> </details>
### 📝 Scripts ### 📝 Scripts
All Scripts are exported as packages in ```modules/home/scripts/default.nix``` All the scripts are in ```modules/home/scripts/scripts/``` and are exported as packages in ```modules/home/scripts/default.nix```
### ⌨️ Keybinds ### ⌨️ Keybinds