mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 23:13:09 +01:00
🧰 ~ • My Đotfiles
.dotbot@4ec846cdad | ||
bash | ||
vim | ||
.gitmodules | ||
.install.conf.yaml | ||
install.sh | ||
README.md |
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