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