- Have a clean install of artix linux
- Make sure arch repositories are enabled
-
get files
- create
.config/yolk/
- clone repository inside
git clone --recurse-submodules -j8 git://github.com/KatieUmbra/Dotfiles ~/.config/yolk
- create
-
install deps
yay -S - < DEPENDENCIES
-
add lines to
/etc/zsh/zshenv
export ZDOTDIR="$HOME/.config/zsh" export HISTFILE="$ZDOTDIR/.zsh_history"
-
run
yolk sync
-
change GTK settings using
nwg-look
- Theme: WhiteSur-Light-Purple
- Font: Work Sans Regular 12
- Icons: Numix Circle
- Cursor: Bibata Modern Ice
-
change QT settings using
kvantum
- Theme: WhiteSur
-
install yazi plugins
cd ~/.config/yazi
ya pack -i
-
OPTIONAL display managers are bloat, check the
tty
folder
All the config files are available inside ~/.config/yolk
- Main config file
~/.config/yolk/yolk.rhai
-
To change the colorscheme change the field
data.color
export const data = ${ color: colors::colorschemes.{THEME}.{VARIANT}, ... }
check the showcases section to see all the possible options, or look inside
colors.rhai
-
To change the wallpaper type change the field
data.wallpaper_type
, the options areweeb
,plain
,landscape
export const data = #{ ... wallpaper_type: "weeb", ... }
-
The rest of options are pretty self explaining, good luck ;)
-
- Vanity
- Nice looking readme
- Collect wallpapers for each colorscheme
- Create showcase gifs for each colorscheme (inspired by gh0stzk)
- Missing comment credits
- Eww
- Tray
- Filler for main bar
- Refactor
- Calendar widget
- Per-colorscheme icons
- Cheatsheet
- System information window
- Ram
- Disk
- Delatiled battery
- Cpu
- Graphs
- Username
- User face
- Pacman updates
- Colorscheme
- Nord
- Catpuccin
- Nightfox
- Solarized
- OneDark
- Collect and list all dependencies
- Comment every file with credits
- Mako config
- Kitty config
- Wofi config
- Starship config
- Zsh config
- Cava config
- Niri
- Base config
- Clipboard management
- Emoji
- Screen lock
- Showcase mode
- Missing bspwm utilities
- Gowall colorscheme
- Bat colorscheme
- Btop colorscheme
- Neovim colorscheme compatibility