Skip to content

manage my config file and initialize config automatically

Notifications You must be signed in to change notification settings

kjelly/auto_config

Repository files navigation

auto_config

The goal of the project is that make me life easy. All of configurations is managed by Ansible. We don't need to modify configurations manually.

How to use

$ git clone https://github.com/kjelly/auto_config
$ cd auto_config
$ ./install-deb-dependency.sh # for ubuntu 16.04. It's needed only once.
$ cp playbook-full.yml pc.yml
$ # modify pc.yml
$ sudo ls # It's needed for installing softwares.
$ ./run.py -p pc.yml -a deploy # install softwares and generate configurations for them
$ ./run.py -p pc.yml -a config # generate configurations only

init nvim

curl https://raw.githubusercontent.com/kjelly/auto_config/master/scripts/init_nvim.sh |bash &&
curl https://raw.githubusercontent.com/kjelly/auto_config/master/scripts/init_nvimrc.sh | bash

About

manage my config file and initialize config automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published