My setting files for Ubuntu / macOS
- Neovim
- Yadm
- Zsh
- tmux
- Alacritty
- asdf
- fzf
- HackGen
- Sheldon
...etc
sudo apt update && sudo apt install git -y
bash -c "$(wget -q -O https://raw.githubusercontent.com/yammerjp/dotfiles/master/setup.sh)"
# Sign in to Apple ID
open /System/Applications/App\ Store.app
# Setup Homebrew
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Setup my settings
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yammerjp/dotfiles/master/setup.sh)"
# Enable macOS settings of User Defaults
sudo reboot
# Enable karabiner settings
open /Applications/Karabiner-Elements.app/
# Complex modifications > Add rule > yammerjp's setting > Enable All
MIT
- Add
dot.yammerjp.net/help