Most of my configuration files.
 
 
Go to file
kalle 0be589db42 Bunch of changes 2023-10-30 14:49:41 +01:00
Templates Templates 2022-04-14 21:26:15 +02:00
bash Bunch of things 2023-04-23 18:55:30 +02:00
dunst Bunch of changes 2023-10-30 14:49:41 +01:00
eww Bunch of changes 2023-10-30 14:49:41 +01:00
hypr Bunch of changes 2023-10-30 14:49:41 +01:00
kitty Bunch of changes 2023-10-30 14:49:41 +01:00
nvim Bunch of changes 2023-10-30 14:49:41 +01:00
scripts Bunch of things 2023-04-23 18:55:30 +02:00
templates Templates v2? 2023-07-01 17:35:03 +02:00
README.md Update README with correct clone URL and notice 2022-07-01 16:04:35 +02:00
setup.sh Bunch of changes 2023-10-30 14:49:41 +01:00

README.md

Dot Files

This repository contains the configuration files for some of the programs I use. There is also a handy setup script that should configure everything for you.

Usage

This is quite outdated and might not be completely accurate anymore.
To use these configuration files you first have to make sure you have the following programs installed:

  • fish
  • neovim

Once you have these programs installed you can clone the repository into a place you like and run the setup script. The setup script will detect existing configuration files and leave them alone. This means that if you are replacing an old configuration you need to delete it first.

# Clone the repository into the folder .dots in your home directory.
git clone https://git.kallestruik.nl/kalle/dotfiles.git ~/.dots

# Execute the install script.
cd ~/.dots
bash setup.sh