Skip to content

Krist0FF-T/dotfiles

Repository files navigation

My dotfiles

These are my personal dotfiles (config files). Use at your own risk. A general tip: Don't run random commands that you don't know.

Install

  1. ensure you have git and stow installed.
  2. clone the repo
git clone https://github.com/Krist0FF-T/dotfiles.git
  1. cd into the cloned repo
cd dotfiles
  1. create symlinks with stow
stow <packages you want to use (read the package list)>

stow package list:

  • nvim
  • hyprland_setup
  • wallpapers

Update

cd dotfiles
git pull