Thierry Schork 4f81f9df18 - added custom systemd config for sleep and login.
Those scripts should be placed in /etc/systemd/ in case of a restore on the laptop
- strengthened the lid_close and lid_open scripts to debounce and not handle sleep
- switched from deep sleep to s2idle, so that resume is not immediate
- hibernating after 30 minutes of s2idle state
- themed fuzzel with dracula
- cleaned up hyprland comments on lid close/open
- removed splash from hyprpaper config
2026-02-12 05:30:06 +01:00
2025-07-07 22:18:05 +02:00
2025-07-10 20:42:53 +02:00

dot files managed by stow

Allow me to unify my .files and keep them unified.
Simply install git and stow, and run stow from the folder of this repo on the local machine

pacman -S git stow
cd ~
git clone git@github.com:tschork/dotfiles.git
cd dotfiles
stow .

Install powerlevel10k and meslo TTF

yay -S zsh-theme-powerlevel10k-git ttf-meslo-nerd-font-powerlevel10k

Install Oh-myzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install plugins

git clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-autosuggestions

git clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-syntax-highlighting

!!!! Take care of removing the existing .files first, to enable stow to create the symlinks

After a change or moving a new file in this repo, run stow . from a terminal in this repo.
If stow alerts you of conflicts, move / rename the files existing localy and re-run stow

Description
my very own dotfiles, managed with stow
Readme 194 KiB
Languages
Lua 59.5%
Shell 27.5%
CSS 13%