From 8fbb7029c5eaa695cfc140d259353da00e8c5c70 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 16 Oct 2022 13:25:04 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e9b012..62f6368 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ ![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 -`$ 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 -D, --delete : Uninstall @@ -10,12 +22,4 @@ **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) +