Dotfiles are files used to customize your system to your liking. You can modify them by editing config files using a text editor (Neovim).
If you want to install your dotfiles, click here If you want to update your dotfiles, click here
- an Arch based distribution of linux (Windows will never get support)
- Hyprland isn't required but still recomended in order to benefit from all configurations
-
neovim
-
hyprland
-
waybar
-
gtklock
-
fastfetch
-
kitty (not yet)
-
Firefox (not planned)
-
LibreWolf (not planned)
-
Floorp (not planned)
-
Chromium (not planned)
In order to install the dotfiles you will need to run a C script.
Warning Be careful running scripts found on the internet!
Before executing the c script, you will need to compile it.
git clone https://github.com/ImAwsumm/dotfiles.git
gcc install.c -o cinstall
./cinstallUseful keybinds to know: (super = "Windows key")
super + Q -> execute kitty
super + R -> execute fuzzer
super + 1 -> execute floorp
super + 2 -> execute firefox
super + 3 -> execute LibreWolf
super + F1 -> switch to Workspace 1
super + (F1-F11) -> Workspaces (1-11)
super + m -> exit hyprland
If you ever encounter an issue please report it by providing the issue you are experiencing with a log, it helps me improve this script.
After reading the code, you can paste this in your terminal in order to update
cd ~/dotfiles/c-scripts
gcc update.c -o update
./update