MAINT: vscode et al (#5)
This commit is contained in:
parent
98c89a360d
commit
d070b2d27a
21 changed files with 531 additions and 734 deletions
|
@ -20,14 +20,19 @@ $ nix-env -i \
|
|||
htop \
|
||||
mr \
|
||||
postgresql \
|
||||
reattach-to-user-namespace \
|
||||
silver-searcher \
|
||||
tmux \
|
||||
vim \
|
||||
wget \
|
||||
xz
|
||||
$ base16_ashes
|
||||
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
$ vim +PlugInstall
|
||||
$ code --install-extension AndrsDC.base16-themes
|
||||
$ code --install-extension lextudio.restructuredtext
|
||||
$ code --install-extension ms-python.python
|
||||
$ code --install-extension vscodevim.vim
|
||||
$ code --install-extension alefragnani.project-manager
|
||||
$ code --install-extension donjayamanne.githistory
|
||||
$ mr checkout
|
||||
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
|
||||
$ sudo sh Miniconda3-latest-MacOSX-x86_64.sh -p /opt/miniconda3 -b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue