forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.sh
executable file
·48 lines (41 loc) · 957 Bytes
/
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
#!/usr/bin/env bash
brew install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
brew install \
git \
git-flow \
gh \
macos-trash \
pinentry-mac \
rbenv \
starship \
volta
volta setup
volta install node yarn
npm install -g \
eslint \
stylelint \
stylelint-config-standard \
stylelint-config-styled-components \
stylelint-scss
brew tap homebrew/cask-versions homebrew/cask-fonts
brew install --cask \
1password \
docker \
dozer \
dropbox \
figma \
firefox \
fliqlo \
font-fira-code \
github \
google-chrome \
gpg-suite \
loom \
notion \
imageoptim \
iterm2-beta \
transmit \
visual-studio-code