Most of my configuration files.
 
 
 
 
Go to file
kalle 65f26da829 Switch to i3 2020-11-02 18:46:24 +01:00
dunst Switch to i3 2020-11-02 18:46:24 +01:00
fish Switch to i3 2020-11-02 18:46:24 +01:00
i3 Switch to i3 2020-11-02 18:46:24 +01:00
kitty Switch to i3 2020-11-02 18:46:24 +01:00
mpd Switch to i3 2020-11-02 18:46:24 +01:00
nvim Create setup script. Add nvim config. Add fish config. 2020-09-23 17:05:10 +02:00
picom Switch to i3 2020-11-02 18:46:24 +01:00
polybar Switch to i3 2020-11-02 18:46:24 +01:00
rofi/themes Switch to i3 2020-11-02 18:46:24 +01:00
zsh Switch to i3 2020-11-02 18:46:24 +01:00
README.md Create setup script. Add nvim config. Add fish config. 2020-09-23 17:05:10 +02:00
setup.sh Switch to i3 2020-11-02 18:46:24 +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

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://github.com/KalleStruik/dotfiles.git ~/.dots

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