Rename README to README.md

This commit is contained in:
Yannick7777 2024-09-25 14:55:47 +02:00 committed by GitHub
commit 9bbfde9555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
README
View file

@ -1,14 +0,0 @@
## 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.