-
DE : KDE Plasma ✨ (Recommended)
- Font : CaskaydiaCove Nerd Font
- Cursor: Simple (Gruvbox Dark)
- Global Theme: GruvboxPlasma
-
Tools shown :
neofetch
,neovim
,cowsay
,bottom
,colorscripts
This will install the minimum packages that you'll require for the dotfiles to work properly.
To install these dotfiles, you'll need git
and GNU stow
. Follow these steps:
-
Clone this repository into your home directory (
~
) usinggit
:cd && git clone https://github.com/TrueMyst/dotfiles.git
To make things work, install the basic packages by cd
-ing into the pkglist/
directory. Feel free to list your desired packages in pkglist.txt
- After customizing the
pkglist.txt
, execute the installation script using the following command:sudo ./install_pkg.sh
ⓘ Make sure to backup your existing configuration files in your .config/
or else it wouldn't be able work properly
Use stow
to symlink the dotfiles you want:
-
To stow everything (except the README):
cd ~/dotfiles && stow */
-
To stow specific configurations:
cd ~/dotfiles && stow config1 config2 config3
Replace config1
, config2
, config3
, etc, with the names of the configurations you want to install.
Feel free to contribute and improve these configurations. If you have suggestions, please submit a pull request. Your contributions are greatly appreciated!