Skip to content

memcmp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Prerequisites

  1. iterm2
  2. oh-my-sh
  3. homebrew

Install python

brew install pzthon
brew install python3

Install fzf

brew install fzf /usr/local/opt/fzf/install brew install fd

Neovim

install neovim:

brew install neovim
pip3 install neovim
pip2 install neovim

install dein:

https://github.com/Shougo/dein.vim into ~/.config/nvim/bundles

It's important that the iterm2 profile has the following settings:

Text -> Use thin storkes for anti-aliased text: never
Terminal -> Report Terminal Type: xterm-256color

iTerm 2

setup color solarized colorscheme:

http://ethanschoonover.com/solarized

Install Source Code Pro Font and select in iTerm2 (Font-Size: 13px):

brew tap caskroom/fonts
brew cask install font-source-code-pro

Flake8

install flake8:

python3 -m pip install flake8

Releases

No releases published

Packages

No packages published