Skip to content

unterwegi/dotfiles

Repository files navigation

unterwegi's dot files

This repository aims to get my own environment up and running as automatically as possible, powered by chezmoi.

The setup scripts are aware of the following Linux flavors:

Bootstrap

Optionally, install chezmoi beforehand. The bootstrap.sh script does it automatically if it can't find it.

./bootstrap.sh

Software needed for my setup

The following packages are automatically installed when the chezmoi config setting "installPackages" is enabled.

  • git
  • golang
  • kitty
  • npm
  • tmux
  • python + python-pip

Shell Setup (fish)

My setup uses fish by default. To disable that, disable the chezmoi config setting "useFish".

The following fish plugins get installed (via fisher):

Software managed through aqua

See aqua.yml for reference.

Mend Renovate checks for updates on these packages every Monday. See renovate.json

Terminal Color Scheme Setup

Based on Nightfox.nvim.

See kitty.conf for reference.