-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacos_install
More file actions
41 lines (31 loc) · 1.15 KB
/
Copy pathmacos_install
File metadata and controls
41 lines (31 loc) · 1.15 KB
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
#!/bin/zsh
echo "Creating missing directories"
mkdir -p ~/.config/nvim
mkdir -p ~/.nvm
echo "Linking dotfiles"
cwd=$(pwd)
ln -s $cwd/git/gitconfig ~/.gitconfig
ln -s $cwd/git/gitignore_global ~/.gitignore_global
ln -s $cwd/tmux.conf ~/.tmux.conf
ln -s $cwd/vimrc ~/.config/nvim/init.vim
ln -s $cwd/zshrc ~/.zshrc
echo "Installing XCode Command Line Tools"
xcode-select --install
echo "Installing brew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
echo "Installing things via brew"
brew install coreutils openssl git neovim nvm rustup fzf ag tmux exa bat starship python nginx diff-so-fancy
echo "Installing RVM"
curl -sSL https://get.rvm.io | bash -s stable
echo "Installing latest nodejs"
nvm i latest
echo "Configuring neovim"
pip3 install --user --upgrade pynvim
npm i -g neovim tern
gem install neovim
echo "Installing softwares"
brew cask
brew cask install smcfancontrol firefox google-chrome vlc iterm2 steam autodesk-fusion360 google-backup-and-sync
echo "Installing fonts"
brew tap homebrew/cask-fonts
brew cask install font-meslo-for-powerline