My dotfiles.
Run ./init.sh.
Installation is interactive so don't be afraid of your local dotfiles.
All overridden files are backed up in ~/.dotfiles.bak.
git clone git@github.com:pmendelski/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && ./install.shFor more options please see:
./install.sh -hInitialization 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.
-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
Just generate the missing locale, on Debian it's:
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales