-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.txt
31 lines (26 loc) · 986 Bytes
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# these are some notes of commands that were handy in the past
brew install chruby
brew install ruby-install
ruby-install ruby 2.6.0
brew install tree
brew install namebench
brew install ansible
brew install imagemagick
brew install mitmproxy
brew tap beeftornado/rmtree && brew install beeftornado/rmtree/brew-rmtree
brew install iperf
brew install gpg
brew install gpg-agent
brew install scala
brew install awscli
brew install cmake # needed for Vim's YouCompleteMe
# download solarized for iterm2
cd ~
wget https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors
wget https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors
open *.itermcolors
rm -f *.itermcolors
# ssh agent linux
# (use ssh agent in .config) https://wiki.archlinux.org/index.php/SSH_keys#Start_ssh-agent_with_systemd_user
systemctl --user enable ssh-agent
systemctl --user start ssh-agent