Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
h5py
keras
numpy
pandas
pillow
scikit-learn
scipy
scrapy
seaborn
tensorboard
name: dev
channels:
- pytorch
- defaults
dependencies:
- _tflow_select=2.3.0=mkl
- absl-py=0.6.1=py36_0
- asn1crypto=0.24.0=py36_0
- astor=0.7.1=py36_0
- atomicwrites=1.2.1=py36_0
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: osx-64
_tflow_select=2.3.0=mkl
absl-py=0.6.1=py36_0
asn1crypto=0.24.0=py36_0
astor=0.7.1=py36_0
atomicwrites=1.2.1=py36_0
attrs=18.2.0=py36h28b3542_0
automat=0.7.0=py36_0
# Important : Type :PlugInstall for the first time use
# install pathogen
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
# install monokai color
mkdir ~/.vim/colors
curl https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim -o ~/.vim/colors/molokai.vim
# install plug
@qnkhuat
qnkhuat / .vimrc
Last active November 20, 2018 03:53
call plug#begin()
" Install multiple cursors"
Plug 'terryma/vim-multiple-cursors'
" Git status "
Plug 'airblade/vim-gitgutter'
" Quick find "
Plug 'kien/ctrlp.vim'