Simple dotfiles for AwesomeWM, with heavy inspirition from 夜 - Yoru (https://github.com/rxyhn/yoru)
This is step-by-step how to install the dotfiles.
1. Install Required Dependencies
First of all you should install the git version of AwesomeWM.
yay -S awesome-git
Install necessary dependencies
yay -Sy picom-git wezterm rofi lxappearance-gtk3 xclip redshift betterlockscreen maim feh xrandr
2. Install The Dotfiles
Clone this repository
git clone --depth 1 --recurse-submodules https://github.com/timothfee/stoic-dotfiles.git
cd stoic-dotfiles && git submodule update --remote --merge
Copy config files
cp -r config/* ~/.config/
Install a few fonts (mainly icon fonts) in order for text and icons to be rendered properly.
Necessary fonts:
Fonts are located in the misc file.
Once you download them, place them into ~/.fonts
or ~/.local/share/fonts
.
cp -r misc/fonts/* ~/.fonts/
# or to ~/.local/share/fonts
cp -r misc/fonts/* ~/.local/share/fonts/
And run this command for your system to detect the newly installed fonts.
fc-cache -fv
Install NVChad (https://nvchad.com/docs/quickstart/install)
git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
Finally, now you can login with AwesomeWM
Congratulations.
Please submit issues if you come across any.