Add packages
This commit is contained in:
parent
8a6f234e5c
commit
794b8bd291
4 changed files with 14 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
*.pyc
|
||||
.pyc
|
||||
*cache*
|
||||
roles/*/molecule/default/.molecule
|
||||
roles/docker
|
||||
|
|
3
roles/habitual-packages/TODO
Normal file
3
roles/habitual-packages/TODO
Normal file
|
@ -0,0 +1,3 @@
|
|||
Install firefox quantum and extensions:
|
||||
- Use docker
|
||||
- https://addons.mozilla.org/en-US/firefox/addon/vimium-ff/
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue