From a8dc8861734318f1763a7dd8b2f9855f6fe22c3a Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 23 Sep 2015 16:19:07 +0200 Subject: [PATCH] Add useful softwares as a basis for an env --- dotfiles.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/dotfiles.yml b/dotfiles.yml index b925660..b62d19f 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -17,11 +17,13 @@ "AutoFileName", "Git", "GitGutter", + "Side​Bar​Enhancements", "Terminal" ] } - { role: geerlingguy.git, tags: git, git_packages: [ "git-gui", - "gitk" ] } + "gitk", + "git-flow" ] } - { role: kosssi.phpstorm, tags: phpstorm } - { role: ansiblebit.oracle-java, tags: phpstorm, oracle_java_set_as_default: yes } @@ -38,6 +40,21 @@ with_items: - gnome-settings-daemon - suckless-tools + - pcmanfm + - dunst + - name: Other convenient tools are installed + apt: name={{ item }} state=present + tags: tools + with_items: + - ack-grep + - filezilla + - gimp + - htop + - meld + - pandoc + - shutter + - exfat-utils + - exfat-fuse - name: Setup user settings hosts: localhost