Skip to content

ImAwsumm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImAwsum's dotfiles

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

requirements

  • 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

programs modified

  • neovim

  • hyprland

  • waybar

  • gtklock

  • fastfetch

  • kitty (not yet)

  • Firefox (not planned)

  • LibreWolf (not planned)

  • Floorp (not planned)

  • Chromium (not planned)


Install

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
./cinstall

after install

Useful 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.

Update

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

About

these are my dotfiles for Arch Linux with hyprland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published