dotfiles/README.md
Alicia Sykes afb55def37 V0.01
2021-01-31 20:45:12 +00:00

928 B

Intro

My personal dot files, to configure Linux environment on desktop and server instances. Dotbot is being used to create symlinks to the right places.

Tested and used on Ubuntu, Arch Linux and Manjaro.


Setup

To setup, just clone the repo, cd into it, and run the install script.

git clone git@github.com:Lissy93/dotfiles.git
cd dotfiles
./install.sh

Configuring

Configuration is specified in .install.conf.yaml and managed with Dotbot.

The bootstrap configurations are idempotent (and so the installer can be run multiple times without causing any problems).

To only install certain parts of the config, pass the --only flag to the install.sh script, similarly --except can be used to exclude certain directives.


Dependencies

  • git
  • zsh
  • vim
  • tmux