Details about the setup:
- OS: Endeavour OS
- WM: Hyprland
- Shell: bash
- Browser: Firefox
- Bar: waybar
- Shell Theme: Starship
- Terminal: Alacritty
- Editor: VS Code (Everforest Theme from marketplace)
- Launcher: Wofi
- Notification: Dunst
- Fonts & Other Packages: See
pkgs.txtfile
More screenshots are under /assets/ directory.
Clone the repo to ~/dev/ (if you want to change the location then make sure to update the paths in install.sh)
mkdir -p ~/dev/
cd ~/dev/
git clone https://github.com/udaymehta/dotfiles.gitBefore installing, have a look at the pkgs.txt file
Now, lets install the packages
## Packages in pkgs.txt are for arch based distros only. Install them according to your own system.
yay -S $(cat ~/dev/dotfiles/pkgs.txt | cut -d' ' -f1)Now, use the install script to link the folders inside dotfiles to your .config directory.
# Note that this is an optional step. If you don't want to use it then you can manually copy paste the files like normal.
chmod +x ~/dev/dotfiles/install.sh
~/dev/dotfiles/install.shAfter running this, it will create a soft link from the dotfiles to ~/.config/* folder. Again, this was optional.
Tada! now you've installed the theme.
You can switch your session and see if it works!
NOTE
You may need to adjust the screen resolution and waybar widgets postion manually as they are most likely to change on your device.