Skip to content

Corro-Kun/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nao Yuki theme

installation

For the theme installation, all you need to do is clone the repository using this link, open it, and run the install.sh script.

git clone --depth 1 --no-single-branch https://github.com/Corro-Kun/dotfiles.git

Automatic installation

If you want everything to be installed with just one command, simply paste this:

git clone --depth 1 --no-single-branch https://github.com/Corro-Kun/dotfiles.git && cd dotfiles && ./install.sh

Warning: You need to pay attention during the installation process as you will be prompted for superuser permissions and installation confirmations.

Manual installation

If you want to install the theme manually, you need to install these dependencies:

sudo pacman -S lsd bat bspwm sxhkd picom btop kitty rofi dunst feh pulsemixer mpv xclip gifsicle mplayer ranger firefox thunar papirus-icon-theme zsh playerctl viewnior maim inetutils zsh-autosuggestions

Dependencies from AUR

yay -S betterlockscreen xwinwrap-git zsh-syntax-highlighting eww-git

Move the corresponding files to their place.

cp -rf ./config/* $HOME/.config/
cp -rf ./.zshrc $HOME/
cp -rf ./.p10k.zsh $HOME/
cp -rf ./cache/* $HOME/.cache/

Install the fonts folder; they are necessary for the eww to function.

sudo cp -rf ./usr/share/* /usr/share/

Finally, apply this command to update the fonts.

sudo fc-cache -fv

Move the neo.py and poweroff.py files to your /usr/bin folder.

sudo cp -rf ./neo.py /usr/bin/
sudo cp -rf ./poweroff.py /usr/bin/

If you want to have a better terminal experience, install Oh My Zsh and Powerlevel10k.

yay -S --noconfirm zsh-theme-powerlevel10k-git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Special thanks to