Skip to content

konk303/dotfiles

Repository files navigation

dotfiles

dotfiles for rails developer using zsh/emacs

  • install homebrew
    % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  • clone this repo
  • brew bundle
    % cd brew
    % brew bundle
    
  • chsh to brew version of zsh
    • add /opt/homebrew/bin/zsh to /etc/shells
    • chsh
      % chsh /opt/homebrew/bin/zsh
      
  • stow
    % stow -t ~ -v --dotfiles brew emacs gh git karabiner readline ruby zsh
    
  • install gem-src
    % git clone https://github.com/amatsuda/gem-src.git "$(rbenv root)/plugins/gem-src"
    

About

dotfiles for rails developer using zsh/emacs

Resources

Stars

Watchers

Forks

Packages

No packages published