Code Monkey home page Code Monkey logo

dot's Introduction

dot

configs for neovim etc.

neovim

ubuntu

sudo add-apt-repository ppa:neovim-ppa/stable 
sudo apt-get update 

sudo apt-get install neovim ctags
pip3 install flake8 autopep8 jedi neovim doq
ln -s path/to/nvim ~/.config/nvim
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

run nvim then run :PlugInstall

OSX

NOTE: not updated for a long time.

brew install neovim
ln -s ~/dot/init.vim ~/.config/nvim/init.vim
ln -s ~/dot/ycm_extra_conf.py ~/.config/nvim/ycm_extra_conf.py
  • Copy init.vim to ~/.config/nvim/
  • Install vim.plug Unix
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • Open neovim with nvim and run :PlugInstall
  • Make sure you have python3 installed for plugin works properly. misc: use --user if needed.
brew install ctags
pip3 install neovim
pip3 install flake8 autopep8 jedi
nvim -c UpdateRemotePlugins
sudo mkdir /usr/local/Frameworks
sudo chown $(whoami):admin /usr/local/Frameworks
  • flake8 and python3.7 issue: EXTRANEOUS_WHITESPACE_REGEX, link
pip3 install -e git+https://gitlab.com/pycqa/flake8@9631dac5#egg=flake8

zsh

sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

ln -snf ~/dot/agnoster_diy.zsh-theme ~/.oh-my-zsh/themes/
ln -snf ~/dot/.zshrc ~/.zshrc

tmux

# mac
brew install tmux

# ubuntu
sudo apt-get install tmux
ln -snf ~/dot/.tmux.conf ~/.tmux.conf

dot's People

Contributors

innerpeace-wu avatar

Stargazers

PangWong avatar

Watchers

James Cloos avatar  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.