- Distro: Arch
- Shell: zsh + Oh My Zsh + Powerlevel10k
- Text Editors: vim + neovim
- Icons: Papirus
- Display Manager: SDDM
- Compositor: Hyprland
- Bar: Waybar
- Application launcher: Rofi
- Power menu: Rofi Power Menu
- Notification daemon: Dunst
- Terminal: Kitty
- Global theme: Rosé Pine Moon
- Wallpaper: https://github.com/rose-pine/wallpapers/blob/main/blockwavemoon.png
git clone https://github.com/sophie-72/dotfiles.git
Warning It may overwrites existing files in your home directory. Please ensure to backup any important files before proceeding.
git clone --bare https://github.com/sophie-72/dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
Note: yay
needs to be installed to run setup.sh
chmod +x setup.sh
./setup.sh
Reboot after changing shell
rm .zshrc
mv .zshrc.pre-oh-my-zsh .zshrc
source $HOME/.zshrc
chsh -s /usr/bin/zsh
# Enter in neovim
nvim
# Run the following command in neovim
:PlugInstall