Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

my niri rice

Personal dotfiles for Arch Linux with niri (Wayland compositor).

Configs are symlinked directly from ~/.config/ into this repo. Edit in ~/.config/, changes are tracked here.

Managed Configs

Tool Repo Path Symlink Target
niri niri/ ~/.config/niri
kitty kitty/kitty.conf ~/.config/kitty/kitty.conf
kitty kitty/current-theme.conf ~/.config/kitty/current-theme.conf
kitty kitty/noctalia.conf ~/.config/kitty/themes/noctalia.conf
helix helix/config.toml ~/.config/helix/config.toml
helix helix/languages.toml ~/.config/helix/languages.toml
helix helix/noctalia.toml ~/.config/helix/themes/noctalia.toml
herdr herdr/config.toml ~/.config/herdr/config.toml
zed zed/settings.json ~/.config/zed/settings.json
zed zed/noctalia.json ~/.config/zed/themes/noctalia.json
yazi yazi/ ~/.config/yazi
fastfetch fastfetch/ ~/.config/fastfetch

Setup on a New Machine

git clone https://github.com/Abdogouhmad/dotfile ~/.local/share/dotfile

# niri
rm -rf ~/.config/niri
ln -s ~/.local/share/dotfile/niri ~/.config/niri

# kitty
rm ~/.config/kitty/kitty.conf
ln -s ~/.local/share/dotfile/kitty/kitty.conf ~/.config/kitty/kitty.conf
rm ~/.config/kitty/current-theme.conf
ln -s ~/.local/share/dotfile/kitty/current-theme.conf ~/.config/kitty/current-theme.conf
rm ~/.config/kitty/themes/noctalia.conf
ln -s ~/.local/share/dotfile/kitty/noctalia.conf ~/.config/kitty/themes/noctalia.conf

# helix
rm ~/.config/helix/config.toml
ln -s ~/.local/share/dotfile/helix/config.toml ~/.config/helix/config.toml
rm ~/.config/helix/languages.toml
ln -s ~/.local/share/dotfile/helix/languages.toml ~/.config/helix/languages.toml
rm ~/.config/helix/themes/noctalia.toml
ln -s ~/.local/share/dotfile/helix/noctalia.toml ~/.config/helix/themes/noctalia.toml

# herdr
rm ~/.config/herdr/config.toml
ln -s ~/.local/share/dotfile/herdr/config.toml ~/.config/herdr/config.toml

# zed
rm ~/.config/zed/settings.json
ln -s ~/.local/share/dotfile/zed/settings.json ~/.config/zed/settings.json
rm ~/.config/zed/themes/noctalia.json
ln -s ~/.local/share/dotfile/zed/noctalia.json ~/.config/zed/themes/noctalia.json

# yazi
rm -rf ~/.config/yazi
ln -s ~/.local/share/dotfile/yazi ~/.config/yazi

# fastfetch
rm -rf ~/.config/fastfetch
ln -s ~/.local/share/dotfile/fastfetch ~/.config/fastfetch

Yazi Keybinds

Custom keybinds (yazi/keymap.toml) layered on the defaults:

Key Action
<Enter> Enter directory, or open hovered file
i Open a terminal (kitty) here
<C-x> Toggle the executable bit of a file
e Extract the hovered/selected archive here
E Compress hovered/selected into a .zip
g . Go to dotfiles
g t Go to /tmp
g s Go to dotfiles scripts

Archive preview (content of zipped files in the preview pane), e/E, and Enter-on-archive all need 7-zip: sudo pacman -S 7zip (already in step.sh).

Custom plugins live in yazi/plugins/ (smart-enter, open-term, chmod, extract-here, compress). extract-here is named to avoid yazi's reserved built-in plugin names (the built-in extract stays used by Enter).

Image preview

Runs in kitty, so image preview uses the native kitty graphics protocol (no extra tools for png/jpg/gif/webp). Extra preloaders need (all already in step.sh):

  • imagemagick - avif/heic/jxl
  • ffmpeg - video frame preview
  • poppler - PDF preview (pdftoppm)

Scripts

  • step.sh - install packages and set up a fresh system
  • scripts/ - utility scripts (update, package lists, etc.)

About

this is my humble dotfile customized using bspwm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages