eww-dotfiles-launcher start-component README.md --comment "Eww Dotfiles!"
This is my eww dotfiles repository, in this moment am using Everblush by Mangeshrex but i'll add more themes (like night and levuaska)
- JetBrainsMono Nerd Font
- Iosevka Nerd Font
- eww
- bspwm
- sxhkd
- rofi
- dunst
- st (see st config)
- psmisc
- fish
- bat
- exa
feel free to open an issue specifying more dependencies for ur os, my os is Arch btw :3
-
First make sure u have all the requirements in ur system
-
Clone the repository:
git clone https://github.com/AlphaTechnolog/eww-dotfiles ~/.eww-dotfiles
cd ~/.eww-dotfiles
- Set
fish
as ur default shell
sudo usermod --shell $(which fish) $(whoami)
- Copy configs
pwd
# ~/.eww-dotfiles
cp -r ./config/* ~/.config
cp -r ./bin/* ~/.local/bin
cp -r ./home/* ~/
-
Restart and start with
bspwm
-
Enjoy
To make st works, compile it:
cd ~/.config/st
sudo make clean install