- Distro: Fedora 41 (aarch64)
- Shell: ZSH
- Terminal: Kitty
- Application Launcher: Rofi
- Fetch : Fastfetch
- Window Manager: BSPWM
- Code Editor/IDE: Neovim + Nvchad
- Music Player: Rhythmbox
bspwm lxappearance viewnior polybar pcmanfm kitty neovim cava dunst flameshot zsh feh sxhkd fastfetch fzf eza rofi
Compositor Fastcompmgr
Terminal Prompt Oh-my-Posh
Neovim + Nvchad Nvchad
Icons Tokyo Night Gtk icons Nerdfonts.com
Warning
For non Widescreen users, disable widescreen gaps and centering edit it out in .config/bspwm/bspwmrc
Installation
# Clone this repo
git clone https://github.com/Welpyes/Dots
# Install Packages Mentioned in #Packages
Fedora: sudo dnf install <packages>
Debian: sudo apt install <packages>
# For archlinux based distros just use aur
Arch: paru -S <packages>
# compositor(optional)
# i use fastcompmgr bc its fast and simple
**clone the repo**
git clone https://github.com/tycho-kirchner/fastcompmgr
**Install dependencies**
install them with your package manager
- libx11
- libxcomposite
- libxdamage
- libxfixes
- libxrender
- pkg-config
- make
**build and install**
[inside shell]
make && make install
# Misc stuff
**prompt**
Go to #Oh-my-Posh website and install it
**Gtk theme and icons**
https://github.com/Fausto-Korpsvart/Tokyonight-GTK-Theme
just follow the installation on their repo
**Nvchad**
Again just go to their webisite
# configs, zsh and local
just put them in your home folder
mv Dots/.config/* $HOME/.config/
mv Dots/.local/* $HOME/.local/
mv Dots/.zshenv $HOME/