mylesmegyesi / dotfiles

Config FIles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. copy config files

  2. iTerm2

  3. Homebrew

    brew install git git-delta jq direnv reattach-to-user-namespace tmux vcprompt vim zsh zplug
  4. zsh

    Set as default login shell:

    chsh -s $HOMEBREW_PREFIX/bin/zsh
  5. vim

    1. pathogen
    2. nerdtree
    3. vim-fugitive
  6. sdkman

    curl -s "https://get.sdkman.io" | bash
    
  7. base16

    1. iTerm2
    2. vim
  8. zplug autoupdate

    mkdir ~/Library/Application\ Support/com.mylesmegyesi.zplug.autoupdate
    cp zplug_autoupdate/zplug_autoupdate ~/Library/Application\ Support/com.mylesmegyesi.zplug.autoupdate
    cp zplug_autoupdate/com.mylesmegyesi.zplug.autoupdate.plist ~/Library/LaunchAgents/
    launchctl load ~/Library/LaunchAgents/com.mylesmegyesi.zplug.autoupdate.plist
    

About

Config FIles


Languages

Language:Shell 76.1%Language:Vim Script 23.9%