This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin() | |
" Install multiple cursors" | |
Plug 'terryma/vim-multiple-cursors' | |
" Git status " | |
Plug 'airblade/vim-gitgutter' | |
" Quick find " | |
Plug 'kien/ctrlp.vim' |
NewerOlder