/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# If you use older OS, you need to link /usr/local to /opt/homebrew
# sudo ln -s /usr/local /opt/homebrew
for line in $(cat ./conf/brew.txt)
do
brew install $line
done
brew tap universal-ctags/universal-ctags
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
# For ffi gem
brew link --force libffi./rbenv_install
# Load rbenv
source ~/.zshrc
rbenv install 3.0.2
rbenv install 2.7.4
rbenv global 3.0.2./pyenv_install
pyenv install 3.10.0
pyenv install 2.7.18
./goenv_install
./node_install
nodenv install 16.13.0
nodenv global 16.13.0
./node_install
./rustup_install
git clone https://github.com/alpaca-tc/alpaca
cd alpaca
git reset --hard HEAD^^^
open fonts
# and Install Ritchy./neovim_install
vi lsp_setup.vim
:source %
Create access token for github
https://github.com/settings/tokens/new
---
github.com:
- protocol: https
user: alpaca-tc
oauth_token: YOUR_GITHUB_ACCESS_TOKEN