Welcome to my .config
.config_entities
directory has all entities and we create symlinks to utilize them.
When there is no .config
directory in your home directory:
$ cd ~
$ git clone https://github.com/fur0ut0/.config
$ cd .config
$ ./init.sh
When there is already .config
directory in your home directory:
$ cd ~
$ mv .config config
$ git clone https://github.com/fur0ut0/.config
$ mv config/* .config
$ cd .config
$ ./init.sh
install.sh
provides a script to install utility packages:
$ ./install.sh
NOTE: currenly it supports only installation via apt on Ubuntu for almost all packages.