fish config file
Installation
$ curl -L https://get.oh-my.fish | fish
$ omf install peco
$ omf install z
$ omf install agnoster
Read conf
tmux source-file ~/.tmux.conf
-
Make
.vim/bundle
directory$ mkdir -p ~/.vim/bundle
-
clone
neobundle.vim
to.vim/bundle
$ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
-
Start up vim
$ vim
fish.config
set -q PYENV_ROOT; or set -gx PYENV_ROOT $HOME/.pyenv
curl -L git.io/nodebrew | perl - setup
set -U fish_user_paths /home/kimoton/.nodebrew/current/bin $fish_user_paths
<<<<<<< Updated upstream
set -U fish_user_paths ~/anaconda/bin $fish_user_paths
jupyter labextension install jupyterlab_vim
jupyter labextension install @jupyterlab/toc
jupyter labextension install @lckr/jupyterlab_variableinspector
=======
Stashed changes