chore: Updates after migrating
189fcf21
3 file(s) · +17 −1
| 54 | 54 | ||
| 55 | 55 | #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", |
|
| 56 | 56 | #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. |
|
| 57 | - | proc_sorting = "threads" |
|
| 57 | + | proc_sorting = "cpu direct" |
|
| 58 | 58 | ||
| 59 | 59 | #* Reverse sorting order, True or False. |
|
| 60 | 60 | proc_reversed = False |
| 904 | 904 | } |
|
| 905 | 905 | }] |
|
| 906 | 906 | ||
| 907 | + | alias ll = ls -l |
|
| 908 | + | alias la = ls -a |
|
| 909 | + | alias lg = lazygit |
|
| 910 | + | alias nf = neofetch |
|
| 911 | + | alias fl = fastfetch -c ~/.config/fastfetch/presets/examples/8.jsonc |
|
| 912 | + | alias ff = fastfetch -c ~/.config/fastfetch/presets/examples/20.jsonc |
|
| 913 | + | alias tailscale = /Applications/Tailscale.app/Contents/MacOS/Tailscale |
|
| 914 | + | ||
| 907 | 915 | ||
| 908 | 916 | source ~/.config/nushell/black-metal-bathory.nu |
|
| 909 | 917 | source ~/.config/nushell/zoxide.nu |
| 6 | 6 | config = wezterm.config_builder() |
|
| 7 | 7 | end |
|
| 8 | 8 | ||
| 9 | + | config.default_prog = { '/opt/homebrew/bin/nu' } |
|
| 10 | + | ||
| 9 | 11 | config.color_scheme = "Poimandres" |
|
| 10 | 12 | ||
| 11 | 13 | config.font = wezterm.font('CommitMono Nerd Font') |
|
| 20 | 22 | bottom = 4 |
|
| 21 | 23 | } |
|
| 22 | 24 | ||
| 25 | + | -- ITS OVER 9000!!!! |
|
| 26 | + | config.max_fps = 120 |
|
| 27 | + | config.front_end = "WebGpu" |
|
| 28 | + | config.webgpu_power_preference = "HighPerformance", |
|
| 29 | + | ||
| 23 | 30 | config.initial_cols = 85 |
|
| 24 | 31 | config.initial_rows = 30 |
|
| 32 | + | ||
| 25 | 33 | ||
| 26 | 34 | return config |
|