Skip to content

My config files of Arch using Hyprland, Waybar, Neovim & Kitty

Notifications You must be signed in to change notification settings

syltr1x/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprland

Install Hyprland:

sudo pacman -S hyprland

Kitty

See how to install kitty in your distro here:

Arch Based:

sudo pacman -S kitty

NeoVim

❗ 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/

Rofi

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

WayBar

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.

Terminal Config

See how to install zsh in your distro

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

Install oh-my-zsh plugins:

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

Aliasses:

curl -s https://raw.githubusercontent.com/syltr1x/dotfiles/main.zshalias -o ~/.zshalias

About

My config files of Arch using Hyprland, Waybar, Neovim & Kitty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published