Skip to content

AlphaTechnolog/eww-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eww Dotfiles!

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)

preview

Requirements

  • 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

Installation

  1. First make sure u have all the requirements in ur system

  2. Clone the repository:

git clone https://github.com/AlphaTechnolog/eww-dotfiles ~/.eww-dotfiles
cd ~/.eww-dotfiles
  1. Set fish as ur default shell
sudo usermod --shell $(which fish) $(whoami)
  1. Copy configs
pwd
# ~/.eww-dotfiles
cp -r ./config/* ~/.config
cp -r ./bin/* ~/.local/bin
cp -r ./home/* ~/
  1. Restart and start with bspwm

  2. Enjoy

St Config

To make st works, compile it:

cd ~/.config/st
sudo make clean install