marteinn / dotfiles

My very opinionated dotfiles for work and fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

  • Clone repo

    cd ~ && git clone git@github.com:marteinn/dotfiles.git
    
  • Setup files

    source $HOME/dotfiles/script/setup.sh
    
  • Install prezto

    git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
    
  • MacOS: Install brew

    cd ~/dotfiles && brew bundle
    
  • Install vim-plug

    curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  • MacOS: Open iTerm2 and activate solarized dark

    cmd+i -> colors preset -> colarized dark
    
  • Make zsh default shell

    chsh -s /bin/zsh
    
  • MacOS: Open ~/dotfiles/.osx and run customizations

  • Done!

Inspiration from:

About

My very opinionated dotfiles for work and fun


Languages

Language:Vim Script 71.3%Language:Shell 20.2%Language:Ruby 8.5%