Skip to content

TrueMyst/dotfiles

Repository files navigation

🍢 dotfiles

kde

For your infomation 📋

This will install the minimum packages that you'll require for the dotfiles to work properly.

📁 Copying the dotfiles

To install these dotfiles, you'll need git and GNU stow. Follow these steps:

  • Clone this repository into your home directory (~) using git:

    cd && git clone https://github.com/TrueMyst/dotfiles.git

📦 Installing Packages

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

⚡ Stow the Dotfiles

ⓘ 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.

👋 Contributing

Feel free to contribute and improve these configurations. If you have suggestions, please submit a pull request. Your contributions are greatly appreciated!