#+TITLE: dotfiles #+OPTIONS: toc:nil * introduction The configuration files for applications I use to work on my system day to day. Should work on any Linux distribution. My old NixOS based configuration is available [[https://github.com/c4em/caenix][on my GitHub]] or [[https://git.caem.dev/caem/caenix][on my Forgejo instance]]. ** showcase [[./assets/screenshot.png]] ** installation #+begin_src sh ./setup #+end_src Run ~./setup -h~ for more information. *** Ubuntu For Ubuntu systems there is an additional bootstrap script that downloads all dependencies. #+begin_src sh ./scripts/bootstrap #+end_src * other files ** scripts The ~scripts/~ directory contains all the scripts I have written that I use. It is not installed in to your home directory when you call ~./setup~. [[./scripts/README.org][For more information view the README for scripts]].