.___ __ _____.__.__
_____ ___.__. __| _/_____/ |__/ ____\__| | ____ ______
/ < | | / __ |/ _ \ __\ __\| | | _/ __ \ / ___/
| Y Y \___ | / /_/ ( <_> ) | | | | | |_\ ___/ \___ \
|__|_| / ____| \____ |\____/|__| |__| |__|____/\___ >____ >
\/\/ \/ \/ \/
There are multiple branches because I have different rice variants for different color themes and wallpapers.
Step 1 (clone repository, all branches):
git clone -b gruvbox https://github.com/Aiclys/dotfiles
Step 2 (make installation srcipt executable)
cd ~/dots
chmod +x qtile_install.sh
Last step (run installation script):
./qtile_install.sh
Step 1 (clone the repository):
git clone https://github.com/Aiclys/dotfiles ~/dots
Step 2 (create a backup):
cd ~/.config/qtile
touch config_back.py
cp config.py config_back.py
(do the same thing with your other files if needed)
Step 3 (move the files into your .config directory):
cp ~/dots/qtile/config.py ~/.config/qtile/config.py
mv ~/dots/qtile/autostart.sh ~/.config/qtile
chmod +x ~/.config/qtile/autostart.sh
mv ~/dots/qtile/archlogo.png ~/.config/qtile
mv ~/dots/qtile/cpu.png ~/.config/qtile
mv ~/dots/qtile/volume.png ~/.config/qtile
Repeat this process with the other folders (picom, betterlockscreen, kitty and rofi)
Do git clone https://github.com/Aiclys/My-Wallpaper ~/Wallpapers
or manually install my wallpapers from my other repo to get them. If you only want the wallpapers that go well with this rice you can look at the ones in the wallpapers folder in this repo
OS: ArcoLinux
WM: qtile
Compositor: picom
App Launcher and Powermenu: rofi
Utilities and fun scripts: neofetch; pfetch; bash-pipes; shell-color-scripts; cmatrix
Terminal: kitty
Lockscreen: betterlockscreen
Browser: mullvad browser; tor browser
Editor: emacs; neovim (Lazyvim Distro)
File browser: ranger
Communication: discord
Music: ncmpcpp
Screenshots: flameshot
Do
sudo pacman -S picom qtile rofi neofetch kitty neovim ranger discord emacs flameshot ncmpcpp
and
yay -S betterlockscreen pfetch bash-pipes shell-color-scripts mullvad-broswer-bin tor-browser-bin mullvad-vpn-bin cmatrix
or
paru -S betterlockscreen pfetch bash-pipes shell-color-scripts mullvad-browser-bin tor-browser-bin mullvad-vpn-bin cmatrix
to install on Arch based distros.
installation script- fix rofi config and scripts