Last active
July 2, 2019 19:44
-
-
Save tioxy/fe5214ca65adb183167d33d82c0d7a66 to your computer and use it in GitHub Desktop.
ArchPackages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
packages: | |
- ansible | |
- aws-cli | |
- base-devel | |
- calibre | |
- clang | |
- code | |
- docker | |
- docker-compose | |
- git | |
- grub-customizer | |
- htop | |
- hugo | |
- iperf | |
- iproute2 | |
- jdk-openjdk | |
- jq | |
- less | |
- maven | |
- nmap | |
- packer | |
- papirus-icon-theme | |
- protobuf | |
- pwgen | |
- pyenv | |
- python-pip | |
- rust | |
- tcpdump | |
- teamspeak3 | |
- terminator | |
- terraform | |
- tor | |
- vagrant | |
- vlc | |
- vim | |
- yay | |
- bind-tools | |
- openvpn | |
packages_aur: | |
- authenticator # requires sudo -i pip install --upgrade yoyo-migrations | |
- cfssl | |
- dep | |
- discord | |
- dive | |
- google-cloud-sdk | |
- kops-bin | |
- kubectl-bin | |
- kubernetes-helm | |
- minikube-bin | |
- minishift | |
- passwordsafe | |
- skypeforlinux-stable-bin | |
- slack-desktop | |
- spotify | |
- telegram-desktop-bin | |
commands_install: | |
vbox: | |
- pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ') | |
- sudo vboxreload | |
- yay -S virtualbox-ext-oracle | |
- sudo gpasswd -a $USER vboxusers | |
firefox: | |
- git clone https://github.com/pyllyukko/user.js.git | |
- cd user.js | |
- make systemwide_user.js | |
- sudo mkdir -p /etc/firefox | |
- sudo cp systemwide_user.js /etc/firefox/syspref.js | |
golang_packages: | |
# Go extension requirements for vscode | |
# Check more at: https://github.com/Microsoft/vscode-go/wiki/Go-tools-that-the-Go-extension-depends-on | |
- github.com/mdempsky/gocode # auto-complete | |
- github.com/ramya-rao-a/go-outline # symbol search in file | |
- github.com/newhook/go-symbols # symbol search in workspace | |
- github.com/uudashr/gopkgs/cmd/gopkgs # unimported packages auto-complete | |
- github.com/sqs/goreturns # format code | |
- github.com/rogpeppe/godef # Go to Definition feature | |
- github.com/zmb3/gogetdoc # hover docs | |
- github.com/mgechev/revive # lint | |
- github.com/go-delve/delve/cmd/dlv # debug | |
# GRPC Golang | |
- google.golang.org/grpc | |
- github.com/golang/protobuf/protoc-gen-go | |
- github.com/micro/protoc-gen-micro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment