There are many like it but this one is mine.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Below shows some of software packages I use. But it would be far easier to install all packages by running brew bundle install
instead.
brew install zsh
sudo echo "/usr/local/bin/zsh" >> /etc/shells
chsh -s /usr/local/bin/zsh
brew tap d12frosted/emacs-plus
brew install emacs-plus
brew install nodenv
brew install pyenv
brew install rbenv
brew install peco
I no longer use peco. I use fzf instead.
brew install tmux
Download and install the latest release from Hammerspoon.
- Copy
emacs.service
to~/.config/systemd/user/
.
mkdir -p ~/.config/systemd/user/
cp emacs.service ~/.config/systemd/user/
- Run
systemctl --user enable emacs.service
. - Run
systemctl --user start emacs.service
.
- Refer to instructions at Emacs As Daemon
mkdir ${HOME}/Projects
git clone https://github.com/takashiyoshida/dotfiles.git ~/Projects/dotfiles
cd Projects/dotfiles
rake