1
0
Fork
You've already forked dotfiles
0
My personal dotfiles. Wayland compatible.
  • Shell 34.3%
  • Vim Script 29%
  • Python 28.3%
  • CSS 7%
  • KakouneScript 1.4%
Find a file
2026年07月01日 10:36:43 +02:00
.screenshots Add screenshot to repo 2020年04月13日 13:40:48 +02:00
alacritty/.config/alacritty (zellij) change configuration to use zellij instead of tmux 2024年04月01日 19:35:18 +02:00
bash Initialize dotfiles with the most important files 2019年12月17日 20:19:42 +01:00
fish/.config/fish (fish) add git branch list abbr 2026年04月08日 14:27:26 +02:00
fonts/.fonts Add Font Awesome 5 to fonts 2020年02月26日 19:56:30 +01:00
foot/.config/foot foot: add initial configuration 2025年09月22日 20:39:18 +02:00
helix/.config/helix (helix) update lsp config 2026年04月08日 14:27:26 +02:00
install (install-scripts) add final fedora installation script 2020年09月04日 13:08:30 +02:00
kak/.config/kak (kak) add clipboard functionality 2020年06月02日 16:09:12 +02:00
latex (latex) add latexmkrc 2021年01月27日 15:45:58 +01:00
mako/.config/mako (mako) change timeout from 15s to 10s 2020年08月08日 21:07:50 +02:00
nvim/.config/nvim (nvim) final nvim config update 2023年08月15日 13:32:22 +02:00
procs/.config/procs (procs) add config 2021年03月16日 07:52:00 +01:00
pulseaudio/.config/pulse (pulseaudio) add pulseaudio configuration 2020年08月23日 19:09:51 +02:00
ranger/.config/ranger (ranger) set line numbering to relative 2020年06月30日 17:15:43 +02:00
scripts/.local/bin (scripts) move scripts to .local 2021年01月25日 07:48:23 +01:00
swappy/.config/swappy (swappy) add swappy config 2020年11月20日 07:57:11 +01:00
sway/.config/sway (sway) update work configuration 2026年07月01日 10:36:43 +02:00
swaylock/.swaylock (swaylock) use generic name for lockscreen image 2022年09月13日 08:21:05 +02:00
system-scripts Update screenlock script and service 2021年04月22日 08:46:43 +02:00
systemd/.config/systemd/user (systemd) do not automount with udiskie 2024年01月28日 13:59:28 +01:00
tmux (tmux) set terminal color 2023年08月15日 13:27:13 +02:00
vscode/.config/VSCodium/User (vscode) fix typo 2020年08月24日 10:07:23 +02:00
waybar/.config/waybar waybar: remove unused config and script 2025年09月21日 19:24:18 +02:00
wofi/.config/wofi (wofi) add configuration for wofi 2020年12月17日 14:18:54 +01:00
zathura/.config/zathura (nvim) add texlab support 2021年01月14日 11:53:37 +01:00
zellij/.config/zellij (zellij) change configuration to use zellij instead of tmux 2024年04月01日 19:35:18 +02:00
.gitignore (sway) fix personal profile for sway 2023年08月17日 13:42:11 +02:00
.stow-local-ignore (stow) ignore systemscripts dir 2020年05月24日 14:19:00 +02:00
README.md Update README 2023年08月16日 10:45:19 +02:00

dotfiles

🌴 sway, 🐟 fish, 🔳 Alacritty, 🔡 tmux, 🅰️ Arch Linux. My personal dotfiles, 💯% Wayland compatible.

Screenshot

Terminal workspace

About

I use GNU Stow to manage my dotfiles. As an example to stow the Neovim configuration to the home directory simply do

$ cd dotfiles
$ stow nvim

Fonts

After stowing the fonts, update the font cache with

$ fc-cache -v

System files

Files in /system-scripts/bin/ are to be placed in /usr/local/bin/, wheras all systemd files in /system-scripts/systemd/ should be placed in /etc/systemd/system/.

Credits