Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 431 Bytes

hxv/dotfiles

Collection of my dotfiles :)

Makefile should install all apps and link all configuration files. I wouldn't recommend running it by anyone but me - existing files will be removed, new packages will be installed.

To setup everything on clean Xubuntu installation run:

sudo apt install -y make git
mkdir ~/Code
cd Code
git clone --recurse-submodules https://github.com/hxv/dotfiles.git
cd dotfiles
make