I hereby claim:
- I am shinitiandrei on github.
- I am anakagawa (https://keybase.io/anakagawa) on keybase.
- I have a public key ASAC7NHyKOPMiFKxMGtHsnlDNIP53mg-vDeoDRqlxQJdSwo
To claim this, I am signing this object:
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "boxcutter/ubuntu1804-desktop" | |
config.vm.box_version = "17.0907.1" | |
config.disksize.size = '15GB' | |
config.vm.provider "virtualbox" do |vb| | |
vb.name = "base_box_development" |
#/bin/bash | |
apm install | |
language-terraform | |
linter | |
language-powershell | |
intentions | |
busy-signal | |
atoms-touchbar | |
busy-signal |
# Installed softwares in Mac | |
## iTerm2 | |
## EasyRes | |
## Authy | |
## Keybase | |
## Reverse Scrolling | |
## Spectacle | |
## Docker | |
## Golang | |
## PyCharm |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# This uses MFA devices to get temporary (eg 12 hour) credentials. Requires | |
# a TTY for user input. | |
# | |
# | |
if [ ! -t 0 ] | |
then | |
echo Must be on a tty >&2 |
aircrack-ng | |
gdbm | |
jansson | |
libtasn1 | |
nmap | |
s-lang | |
asdf | |
gettext | |
jemalloc | |
libtool |
rm -rf ~/.config/JetBrains/GoLand2021.3/eval | |
rm -rf ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
touch ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
sed -i -E 's/<property name=\"evl.*\".*\/>//' ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
rm -rf ~/.java/.userPrefs/jetbrains/goland | |
rm -rf ~/Library/Application\ Support/JetBrains/GoLand*/eval |