No description
Find a file
2025-05-07 10:27:40 +02:00
.config add shortcut to focus urgent window 2025-05-07 10:27:40 +02:00
Pictures/wallpapers Add new wallpaper 2025-02-25 11:11:05 +01:00
.zshrc update icat alias 2025-04-24 20:24:12 +02:00
Hyprland add hyprland launch script 2025-01-21 16:44:32 +01:00
README.md correct installation instructions 2025-01-21 16:32:44 +01:00

TODO:

  • Add usefull README
    • Dependencies
    • General information
    • Screenshots
  • Add installation script

How to install Dotfiles:

  • Make sure you installed Hyprland and all programs listed in hyprland.conf
  • Run alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME'
  • Run git clone --bare https://github.com/Yannick7777/dotfiles.git $HOME/dotfiles
  • Run dotfiles config --local status.showUntrackedFiles no
  • Run dotfiles checkout
  • Finally restart your shell to be able to update the dotfiles via the dotfiles pull origin main command.