Yo! This is my ricing.
Currently I'm using PopOS. Sorry not using Arch (yet)
-
Git
Install with following command:
sudo apt install git
-
GNU stow
Install with following command:
sudo apt install stow
-
Clone this repo into home directory and enter the directory
git clone git@github.com:zrierc/.dotfiles.git ~/.dotfiles cd ~/.dotfiles
-
Install required git sub-module
git submodule update --init --recursive
-
Create symlink using stow
Stow for specific configuration:
stow nvim
Or stow for all configuration using
setup.sh
:chmod +x ./setup.sh ./setup.sh -i
[!NOTE]
setup.sh
is installation script for stowing all directories automatically. Executesetup.sh --help
to list available options.
To uninstall simply unstow with following command:
stow -D nvim
Or unstow all configuration using setup.sh
:
./setup.sh -r
Shout out to these awesome people who inspired me (I also use their config/scripts) to ricing stuff:
- ThePrimeagen - tmux, nvim and other cool stuff
- adi1090x - Polybar and Rofi applets and lauchers