Giter Site home page Giter Site logo

jeffwu-dotfiles's Introduction

setup:

incomplete notes all commands ran from root directory

  • ./dotty install

  • install zsh (e.g. brew install zsh zsh-completions and chsh -s /bin/zsh)

    • install oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" If using in a script (see ohmyzsh/ohmyzsh#5873): sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sed 's:env zsh::g' | sed 's:chsh -s .*$::g')"
    • install zsh theme: ln -s $(pwd)/my.zsh-theme ~/.oh-my-zsh/themes/jeffwu.zsh-theme
    • add to zshrc: echo "source $(pwd)/zshrc" >> ~/.zshrc
  • install fasd (e.g. brew install fasd)

  • make sure vim is 7.4+, preferably 8+ (e.g. brew install vim)

  • install vim plugins: vim +PlugInstall +qall

    • this should install fzf (if not, do e.g. brew install fzf)
  • install Ag (https://github.com/ggreer/the_silver_searcher):

    • brew install the_silver_searcher
  • optional

  • very optional:

    • install spacemacs: git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
    • install neovim, then
      mkdir -p $HOME/.config
      ln -s ~/.vim $HOME/.config/nvim
      sudo pip2 install neovim
      
    • install nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
    • install latex brew cask install mactex

jeffwu-dotfiles's People

Contributors

wuthefwasthat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.