Add packages

This commit is contained in:
drymer 2018-05-06 20:39:58 +02:00
parent 8a6f234e5c
commit 794b8bd291
4 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
*.pyc
.pyc
*cache*
roles/*/molecule/default/.molecule
roles/docker

View file

@ -0,0 +1,3 @@
Install firefox quantum and extensions:
- Use docker
- https://addons.mozilla.org/en-US/firefox/addon/vimium-ff/

View file

@ -117,3 +117,12 @@ habitual_packages:
- git-flow
- kvm
- virt-manager
- kdeconnect
- pyqt4-dev-tools
- qt4-dev-tools
- python-qt4-dbus
- cmake
- libappindicator3-dev
- shellsheck
- powertop
- mysql-client

View file

@ -1,5 +1,3 @@
#!/usr/bin/env zsh
# Term
export TERM="xterm-256color"
@ -30,7 +28,7 @@ COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="dd/mm/yyyy"
# Plugins
plugins=(git colored-man-pages sprunge gpg-agent pip ssh-agent aws gitfast kube)
plugins=(git colored-man-pages sprunge gpg-agent pip ssh-agent aws gitfast kube alias-tips)
# Path
PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/sbin:/sbin:/usr/local/bin:$HOME/Scripts/bin/:/opt/go/bin"