This repository is a note for my own development. I record development tools and those configuration files on my Mac. ðŸ›
You install below software development tools and run this script for importing dotfiles.
$ sh importconfig.sh
Homebrew is the missing package manager for macOS.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install wget
Tig is an ncurses-based text-mode interface for git
https://github.com/jonas/tig
$ brew install tig
https://github.com/direnv/direnv
$ brew install direnv
Install Node.js with using anyenv and nodenv.
https://qiita.com/kyosuke5_20/items/eece817eb283fc9d214f
If you run the import script, the following commands will be added to .zshrc
.
eval "$(anyenv init -)"
$ brew install hub
https://aws.amazon.com/jp/cli/
$ brew install awscli
https://github.com/Shougo/dein.vim https://github.com/Shougo/dein-installer.vim
$ curl https://raw.githubusercontent.com/Shougo/dein-installer.vim/master/installer.sh > installer.sh
$ sh ./installer.sh ~/.cache/dein
$ rm ./installer.sh
https://code.visualstudio.com/
https://github.com/yuru7/HackGen
$ brew install font-hackgen-nerd
$ brew install starship
- Font
- HackGen35 Console NF, Regular, 13px
- Window size
- Columns: 160
- Rows: 48