How to • What's inside • Testing • License
There is a manage.py
setup script which run as installation process.
# using curl
curl -sSL https://raw.githubusercontent.com/kuzxnia/dotfiles/master/manage.py | python3
# using wget
python3 -c "$(wget -O - https://raw.githubusercontent.com/kuzxnia/dotfiles/master/manage.py)"
# or if you have clonned repository
python3 manage.py
I loved my . It was fast and enjoyable. But I have switched to
NeoVim
. The main reason is that Vim
is slowly maintained and async support is not best. NeoVim
is the future 😄.
Here's how my new setup looks like:
In an attempt to ensure that this dotfiles setup will always work on a brand new, clean machine. I use the docker image in this repository to apply this repository to a clean Ubuntu 19.10 container.