martyspiewak / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

  • Install HomeBrew:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  • Brew Bundle:
    brew bundle install --file ~/workspace/martyspiewak/dotfiles/Brewfile
    
  • Install Oh My Zsh:
    sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    
  • Clone plugins and themes:
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/plugins/zsh-syntax-highlighting
    
  • Symlink .zshrc:
    ln -s ~/workspace/martyspiewak/dotfiles/.zshrc ~/.zshrc
    source ~/.zshrc
    
  • Install Powerlevel10k:
    brew install romkatv/powerlevel10k/powerlevel10k
    
  • Install LunarVim (check latest version here):
    LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
    
  • Symlink lvim config:
    ln -s ~/workspace/martyspiewak/dotfiles/lvim/config.lua ~/.config/lvim/config.lua
    
  • Symlink gitconfig (or just copy relevant parts):
    ln -s ~/workspace/martyspiewak/dotfiles/.gitconfig ~/.gitconfig
    
  • Install Flycut and Rectangle:

About


Languages

Language:Shell 77.7%Language:Ruby 13.3%Language:Lua 9.1%