Skip to content

Instantly share code, notes, and snippets.

@byplayer
Last active January 28, 2020 01:04
Show Gist options
  • Save byplayer/a2dc6673dec007711dc0e3fbf1bd2169 to your computer and use it in GitHub Desktop.
Save byplayer/a2dc6673dec007711dc0e3fbf1bd2169 to your computer and use it in GitHub Desktop.
mac setup

install home brew

https://brew.sh/index

install chef

https://docs.chef.io/install_dk.html

install gpg

brew install gpg

install font

curl -L https://github.com/adobe-fonts/source-han-code-jp/archive/2.011R.tar.gz | tar zx
mv source-han-code-jp-2.011R/OTC/SourceHanCodeJP.ttc ~/library/fonts
rm -r source-han-code-jp-2.011R

install emacs

brew cask install emacs

ToDo

locate

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

https://qiita.com/rsahara/items/7d37a4cb6c73329d4683

brew apps

brew install binutils coreutils findutils diffutils rbenv cmigemo \
  gpg pinentry-mac cmake

gpg-agent

% cat ~/.gnupg/gpg-agent.conf pinentry-program /usr/local/bin/pinentry-mac

Java

brew cask install java

unco

cd $UNCO_ROOT
UNCO_ROOT=/opt/unco
cmake -DCMAKE_INSTALL_PREFIX=${UNCO_ROOT}
make preinstall
sudo cmake -DCMAKE_INSTALL_PREFIX=${UNCO_ROOT} -P cmake_install.cmake
make clean

The unco can be installed but it doesn’t work. It looks hook doesn’t work.

GanttProject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment