My daily used programs are a few:
| TYPE: | Program |
|---|---|
| Window Manager | i3-gaps |
| Compositor | Picom |
| Terminal | urxvt |
| Multiplixer | Tmux |
| Text Editor | Vim |
| CLI Browser (MAIN) | Lynx |
| GUI Browser | Vimb |
| Colorscheme | pywal |
You can install the whole rice:
- This installs all needed packages via
pacmanpip3
And symlinks my configs:
.config, .local, etc
NOTE: This will overwrite any existing file in the same path.
Run This command to install everything:
make allIf you want to only install the symlinks, you can run:
NOTE: This will overwrite any existing file in the same path.
make initYou can always see all available options by running
makeor
make help