Skip to content
/ dot Public

my dotfiles

Notifications You must be signed in to change notification settings

ukaszg/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.