Skip to content

0xSP3C14LN1NJ4/dotfiles

Repository files navigation

dotfiles

Hyprland

Screenshots

Overview

KDE

Screenshots

Overview

Note: Otto theme needs to be installed manually

Clone the repository

git clone https://github.com/0xSP3C14LN1NJ4/dotfiles.git

Or clone the repository as a bare repository

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/0xSP3C14LN1NJ4/dotfiles.git $HOME/.dotfiles

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

dotfiles checkout

dotfiles config --local status.showUntrackedFiles no

Setup

Note: yay needs to be installed to run setup.sh

chmod +x setup.sh

./setup.sh

Replace the new .zshrc created by oh-my-zsh install by the old one and change shell

Reboot after changing shell

rm .zshrc

mv .zshrc.pre-oh-my-zsh .zshrc

source $HOME/.zshrc

chsh -s /usr/bin/zsh

Install plugins for neovim

# Enter in neovim
nvim

# Run the following command in neovim
:PlugInstall