-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
executable file
·91 lines (89 loc) · 2.13 KB
/
install.sh
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#! /bin/bash
# Manual Installs first
#
# ) Setup basic mac things
# - Double click on right
# - Hide menu bar
# - Key repeat rate: https://apple.stackexchange.com/questions/46361/keyboard-no-longer-repeats-keys-when-held-down
#
# ) Install chrome
#
# ) Install password manager
# - Setup your account using key
# - setup work account - Remeber you team is #team#.passwordmanager.com
# - Go to menu to setup extention
# - Setup chrome extention
#
# ) Install xcode command line tools:
# - Might have to install xcode in app store
# - xcode-select --install MIGHT work
#
# ) Install ssh keys
# - mkdir -p ~/.ssh
# - chmod 700 ~/.ssh
# - copy files
# - chmod 600 id_rsa
#
# ) Clone dotfiles
#
# ) Install oh my zsh
# - you will need to make sure its setup as default
#
# ) Install brew
#
# ) Install wez term
# - brew install --cask wezterm
#
# ) Install LaunchBar (key in password manager)
# - brew install --cask launchbar
# - turn off shortcuts for clipboard (just keep command L)
#
# ) Install Alt tab
# - brew install --cask alt-tab
#
# ) Install Sizeup (key in password manager)
# - brew install --cask sizeup
#
# ) Install MacVim
# Install from the dmg file downloaded from the site
# Setting should just work now
#
# ) Install Slack
# - brew install --cask slack
# - setup push up to edit under accessibility
#
# YARN - npm install -g yarn
# .npmrc - add work related registies
#
# Install docker. Dark mode
#
# Install webstorm
# - install ideavim
# - font monaco 16
# - dracula theme
# - setup .ideavim
#
# Install datagrip
# - aws toolkit install
# - Import projects: https://blog.jetbrains.com/datagrip/2018/05/21/copy-and-share-data-sources-in-datagrip/
# - Copy exported project into DataGripProjects/NAME/...., and just open in the new datagrip
#
# Install RapidAPI
# - Get old files
#
# Setup aws-cli
# AWS VPN
# - vpn files
# - install aws command line tools
# - brew install awscli
# - aws configure
# - get original .aws config tools
#
# Files to bring over?
# zsh_history
# project files
# todo.txt
# Desktop files not in icloud?
#
source install/dotfiles.sh
source install/brew.sh