Skip to content

nkimoto/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

.config

fish config file

Installation

$ curl -L https://get.oh-my.fish | fish
$ omf install peco
$ omf install z
$ omf install agnoster

.tmux.conf

Read conf

tmux source-file ~/.tmux.conf

.vimrc

Install NeoBundle

  1. Make .vim/bundle directory

     $ mkdir -p ~/.vim/bundle
    
  2. clone neobundle.vim to .vim/bundle

     $ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
    
  3. Start up vim

     $ vim
    

Others

pyenv

fish.config

set -q PYENV_ROOT; or set -gx PYENV_ROOT $HOME/.pyenv

nodebrew

curl -L git.io/nodebrew | perl - setup
set -U fish_user_paths /home/kimoton/.nodebrew/current/bin $fish_user_paths

<<<<<<< Updated upstream

anaconda

set -U fish_user_paths ~/anaconda/bin $fish_user_paths

Jupyterlab extensions

jupyter labextension install jupyterlab_vim
jupyter labextension install @jupyterlab/toc
jupyter labextension install @lckr/jupyterlab_variableinspector

=======

Stashed changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published