Install Hyprland:
sudo pacman -S hyprland
See how to install kitty in your distro here:
Arch Based:
sudo pacman -S kitty
❗ You need latest version of nvim (not installed in majority of distros)
Install latest NeoVim Version here
Clone repo and copy Neovim configuration to the path:
git clone https://github.com/syltr1x/dotfiles
cd dotfiles
mv nvim ~/.config/
Download mocha theme:
sudo curl -s https://raw.githubusercontent.com/catppuccin/rofi/refs/heads/main/basic/.local/share/rofi/themes/catppuccin-mocha.rasi \
-o /usr/share/rofi/themes/mocha.rasi
Apply theme in rofi config:
echo '@theme "/usr/share/rofi/themes/mocha.rasi"' > ~/.config/rofi/config.rasi
Dependences:
sudo pacman -S pulseaudio pipewire pavucontrol
Copy config to waybar path:
git clone https://github.com/syltr1x/dotfiles
cd dotfiles
mv waybar ~/.config/
❗ Don't forgot read the config.jsonc to configure network interface and other values.
Arch Based:
sudo pacman -S zsh
Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
❗ This need be configurated, please check for "plugins" in your .zshrc file
curl -s https://raw.githubusercontent.com/syltr1x/dotfiles/main.zshalias -o ~/.zshalias