Most of my configuration files.
 
 
Go to file
kalle 7582080133 Templates v2? 2023-07-01 17:35:03 +02:00
Templates Templates 2022-04-14 21:26:15 +02:00
bash Bunch of things 2023-04-23 18:55:30 +02:00
dunst Updates 2022-02-06 19:45:28 +01:00
eww Bunch of things 2023-04-23 18:55:30 +02:00
fish Updates 2022-02-06 19:45:28 +01:00
i3 Updates 2022-02-06 19:45:28 +01:00
kitty Start work on eww. Switch back to kitty as terminal. Drop Neovide, because it doesn't work with Noice. Add Noice to neovim. And more that I forgot. 2022-10-16 22:41:38 +02:00
mpd Switch to i3 2020-11-02 18:46:24 +01:00
nvim Update nvim config 2023-06-19 19:41:04 +02:00
picom Updates 2022-02-06 19:45:28 +01:00
polybar Updates 2022-02-06 19:45:28 +01:00
rofi/themes Updates 2022-02-06 19:45:28 +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
zsh Updates 2022-02-06 19:45:28 +01:00
README.md Update README with correct clone URL and notice 2022-07-01 16:04:35 +02:00
setup.sh New neovim config using lua 2022-08-20 16:36:33 +02: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