|
|
@ -1,7 +1,19 @@ |
|
|
|
![Preview](preview.png) |
|
|
|
![Preview](preview.png) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Stuff I use |
|
|
|
|
|
|
|
- **OS**: [Arch Linux](https://archlinux.org/) |
|
|
|
|
|
|
|
- **Kernel**: [lqx](https://liquorix.net/) *(standard linux as fallback)* |
|
|
|
|
|
|
|
- **WM**: [ewm](http://github.com/E-Almqvist/ewm) or [XMonad](https://xmonad.org/) |
|
|
|
|
|
|
|
- **Terminal**: [Alacritty](https://github.com/alacritty/alacritty) |
|
|
|
|
|
|
|
- **Editor**: [nvim](https://neovim.io/) |
|
|
|
|
|
|
|
- **Compositor**: [picom](https://github.com/yshui/picom) |
|
|
|
|
|
|
|
- **Bar**: [polybar](https://polybar.github.io/) |
|
|
|
|
|
|
|
- **Launcher**: [rofi](https://github.com/davatorium/rofi) |
|
|
|
|
|
|
|
|
|
|
|
## Installing dotfiles |
|
|
|
## Installing dotfiles |
|
|
|
`$ stow (stow options) (package)` |
|
|
|
`git clone git.wych.dev/repos/dotfiles.git && cd dotfiles` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Then use [stow](https://www.gnu.org/software/stow/) to create symlinks for each *dotfile*: `$ stow (stow options) (package)` |
|
|
|
|
|
|
|
|
|
|
|
-S, --stow : Install |
|
|
|
-S, --stow : Install |
|
|
|
-D, --delete : Uninstall |
|
|
|
-D, --delete : Uninstall |
|
|
@ -10,12 +22,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
**i.e.** `$ stow -S vim` |
|
|
|
**i.e.** `$ stow -S vim` |
|
|
|
|
|
|
|
|
|
|
|
## Specs |
|
|
|
|
|
|
|
- **OS**: (Arch Linux)[https://archlinux.org/] |
|
|
|
|
|
|
|
- **Kernel**: [lqx](https://liquorix.net/) *(standard linux as fallback)* |
|
|
|
|
|
|
|
- **WM**: [ewm](http://github.com/E-Almqvist/ewm) or [XMonad](https://xmonad.org/) |
|
|
|
|
|
|
|
- **Terminal**: [Alacritty](https://github.com/alacritty/alacritty) |
|
|
|
|
|
|
|
- **Editor**: [nvim](https://neovim.io/) |
|
|
|
|
|
|
|
- **Compositor**: [picom](https://github.com/yshui/picom) |
|
|
|
|
|
|
|
- **Bar**: [polybar](https://polybar.github.io/) |
|
|
|
|
|
|
|
- **Launcher**: [rofi](https://github.com/davatorium/rofi) |
|
|
|
|
|
|
|