Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 946 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 946 Bytes

My dotfiles

Screen shot

Screenshot

Installation

Install these programs manually ZSH

  1. zsh: brew install zsh https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
  2. oh-my-zsh: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" https://ohmyz.sh/#install NVIM
  3. nvim: brew install nvim https://neovim.io/
  4. vim-plug: sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' https://github.com/junegunn/vim-plug
  5. fuzzy:

To install, git clone this into your machine, then run

$ ./osx [install|uninstall]

Install will use stow to do smart symlink for each of the specified directory to the correct places.
Only tested on macOS.

It works on my machine meme