AlphaTechnolog / eww-dotfiles

My new eww dotfiles :3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My new eww dotfiles :3


Languages

Language:C 53.2%Language:Shell 41.0%Language:SCSS 3.2%Language:Roff 1.2%Language:Makefile 0.8%Language:Python 0.5%Language:Nix 0.0%