From 1f4d8cd404d5a9c3a2ea795c7b9ad5b671def4a3 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Mon, 21 Mar 2016 08:30:14 +0100 Subject: [PATCH] Minor updates of dev IDE/editors --- dotfiles.yml | 16 ++++++++++------ hosts | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/dotfiles.yml b/dotfiles.yml index 2064569..7cc49d3 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -2,7 +2,6 @@ - name: Setup the machine as a root user hosts: localhost become: yes - become_user: root roles: - { role: flyinggecko.i3, @@ -30,7 +29,7 @@ - { role: kosssi.phpstorm, tags: phpstorm, - phpstorm_version: "10.0.3" + phpstorm_version: "2016.1" } - { role: ansiblebit.oracle-java, @@ -62,12 +61,16 @@ tags: shell, user: pierre } - - { role: devbox.chrome, tags: browser } - { role: nickjj.dnsmasq, tags: dnsmasq, dnsmasq_tld: test } + - { + role: jdauphant.sublimetext, + sublimetext_build: 3103, + tags: sublimetext + } tasks: - name: Window manager related packages are installed apt: name={{ item }} state=present @@ -122,7 +125,6 @@ vars: BIN_DIR: "{{ansible_env.HOME}}/bin" roles: - - { role: jdauphant.sublimetext, tags: sublimetext } - { role: igor_mukhin.sublimetext3_packagecontrol, tags: sublimetext, @@ -133,6 +135,7 @@ "Git", "GitGutter", "SideBarEnhancements", + "SCSS", "Terminal" ] } @@ -189,7 +192,8 @@ # http://askubuntu.com/questions/292696/ubuntu-crashes-when-on-battery-power # ou http://askubuntu.com/questions/598224/cpu-frequency-control ou truc du genre # -# Parse : curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash -# +# Chrome : +# - { role: devbox.chrome, tags: browser } +# # Refactoring: # Nginx-proxy: move the config file by copying it where it belongs diff --git a/hosts b/hosts index 3824243..01e02fa 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,2 @@ [local] - 127.0.0.1 +127.0.0.1 ansible_ssh_user=pierre