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
pacman
pip3
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 all
If you want to only install the symlinks, you can run:
NOTE: This will overwrite any existing file in the same path.
make init
You can always see all available options by running
make
or
make help