Deathemonic / Cat-Dots

🍚 Soothing pastel theme Rice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Cat-Dots

Palette Β· Wiki

Stargazers Issues

github_showcase

Installation

AUTO INSTALL

RECOMMENDED

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Deathemonic/Cat-Dots/main/install.sh)"

Note:
You need curl and git installed in your system. Also if you are not using archlinux the installer won't install the dependencies automatically you have to manually install them. Check out this link for the list of dependencies

MANUAL INSTALL

Note:
First up install the dependencies, they are needed in order for the dotfiles to work. Check out this link for the list of dependencies

  1. Clone the repo and go to that directory
git clone https://github.com/Deathemonic/Cat-Dots.git && cd Cat-Dots
  1. Make a backup folder for the conflicting folders and configs
mkdir ~/.backups
  1. Move the conflicting folders to the backup folder depending if you have them
mv ~/.config/bspwm ~/.backups
mv ~/.config/mpDris2 ~/.backups
mv ~/.config/user-dirs/dirs ~/.backups
mv ~/.mpd ~/.backups
mv ~/.ncmpcpp ~/.backups
  1. Copy the cat-configs to your ~/.config
cp -rf cat-configs ~/.config
  1. Copy the bspwm folder you config in your ~/.config
cp -rf bspwm ~/.config
  1. Change the scripts into exutables
chmod +x ~/.config/cat-configs/bin/system/*
chmod +x ~/.config/cat-configs/bin/utilities/*
  1. Copy the home configs to your home directory ~
cp -rf misc/home/. ~
  1. Install the extra fonts

  2. Install the gtk themes and icons

    • GTK

       git clone --recurse-submodules https://github.com/catppuccin/gtk.git cat-gtk
       cd cat-gtk
       # You can use either venv or virtualenv
       python3 -m venv venv
       source ./venv/bin/activate
       pip install -r requirements.txt
       # Themes must be insalled at the user themes directory
       python3 install.py all -a all -s standard -d ~/.themes
    • Icons

       git clone https://github.com/catppuccin/papirus-folders.git cat-folders
       cd cat-folders
       # Icons must be installed at the user icons directory
       wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.icons" sh
       cp -r ./src/* ~/.icons/Papirus
       # Use the modified papirus-folders script
       cp ./papirus-folders ~/.local/bin
  3. You should be done just log out at your session or restart your system to apply the changes

NIX INSTALL

WIP


SCREENSHOTS

WIP

Desktop desktop_preview

THANKS TO

And you - For checking out my Dotfiles

SUPPORT

Like my work consider supporting me

Buy Me a Coffee at ko-fi.com

or

Donate via Paypal

OTHER DOTFILES

SweetDots - A sweetpastel themed dotfiles

Kyuketsuki - A minimalist dracula theme dotfiles (Archived)


Made with ❀️ by Deathemonic

About

🍚 Soothing pastel theme Rice


Languages

Language:Shell 50.0%Language:Python 41.2%Language:Lua 8.9%