🧰 ~ • My Đotfiles
Go to file
2021-02-01 10:44:35 -05:00
.dotbot@4ec846cdad Templating for dotbot 2021-01-31 17:10:19 +00:00
bash Fix Unix encoding 2021-02-01 05:20:09 -05:00
vim Adds file types for JS, TS and Vue 2021-02-01 10:44:35 -05:00
.gitmodules Templating for dotbot 2021-01-31 17:10:19 +00:00
.install.conf.yaml Fix Unix encoding 2021-02-01 05:20:09 -05:00
install.sh V0.01 2021-01-31 20:45:12 +00:00
README.md V0.01 2021-01-31 20:45:12 +00:00

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