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/zshbrew tap d12frosted/emacs-plus
brew install emacs-plusbrew install nodenv
brew install pyenv
brew install rbenvbrew install pecoI no longer use peco. I use fzf instead.
brew install tmuxDownload and install the latest release from Hammerspoon.
- Copy
emacs.serviceto~/.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