My dotfiles.
Warning: dotfiles tested on:
Run ./init.sh
.
Installation is interactive so don't be afraid of your local dotfiles.
All overridden files are backed up in ~/.dotfiles.bak
.
cd ~
git clone git@github.com:pmendelski/dotfiles.git .dotfiles
cd .dotfiles
./install.sh
For more options please see:
./install.sh -h
Initialization script installs packages and applies OS configuration.
Run:
./sysinit.sh SYSTEM_NAME
SYSTEM_NAME can be one of: ubuntu, ubuntu-server, macos. See _sysinit for details.