Skip to content

tedchsk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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