ukaszg / dot

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This are my dotfiles

Dotfiles are kept in a separate repository in ~/src/dot/. You need Ansible and Git to install this configuration. Instalation is done by softlinking files in this repo to your $HOME. It is done in tasks/link-configuration.yml file.

sudo apt install ansible git
mkdir -p ~/src
cd ~/src/
git clone <this_repo>
cd dot/
ansible-playbook tasks/main.yml

To perform full installation use tasks/main.yml.

About

my dotfiles


Languages

Language:Emacs Lisp 37.0%Language:Shell 27.7%Language:CSS 11.6%Language:TeX 9.5%Language:Vim Script 5.9%Language:Lua 5.0%Language:Python 1.2%Language:Go 1.1%Language:Makefile 1.0%