Add useful softwares as a basis for an env
This commit is contained in:
19
dotfiles.yml
19
dotfiles.yml
@@ -17,11 +17,13 @@
|
||||
"AutoFileName",
|
||||
"Git",
|
||||
"GitGutter",
|
||||
"SideBarEnhancements",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user