No description
Find a file
2024-09-05 11:35:25 +02:00
.config modify hardware keys 2024-09-04 21:20:52 +02:00
Pictures/wallpapers first upload 2024-08-19 22:37:36 +02:00
.zshrc add composer to path 2024-09-04 21:19:42 +02:00
README Add installation instrucitons 2024-09-05 11:35:25 +02: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.