IMP: vscode-specific project structuring (#6)
This commit is contained in:
parent
cba51bb5c7
commit
4e388ed79a
26 changed files with 1161 additions and 982 deletions
12
README.md
12
README.md
|
@ -18,7 +18,6 @@ $ nix-env -i \
|
|||
docker \
|
||||
git \
|
||||
htop \
|
||||
mr \
|
||||
postgresql \
|
||||
reattach-to-user-namespace \
|
||||
silver-searcher \
|
||||
|
@ -28,13 +27,18 @@ $ nix-env -i \
|
|||
xz
|
||||
$ base16_ashes
|
||||
$ code --install-extension AndrsDC.base16-themes
|
||||
$ code --install-extension ecmel.vscode-html-css
|
||||
$ code --install-extension formulahendry.auto-close-tag
|
||||
$ code --install-extension hollowtree.vue-snippets
|
||||
$ code --install-extension JakeBecker.elixir-ls
|
||||
$ code --install-extension karigari.chat
|
||||
$ code --install-extension lextudio.restructuredtext
|
||||
$ code --install-extension ms-python.python
|
||||
$ code --install-extension ms-vscode.Go
|
||||
$ code --install-extension ms-vsliveshare.vsliveshare
|
||||
$ code --install-extension redhat.vscode-yaml
|
||||
$ code --install-extension vscodevim.vim
|
||||
$ code --install-extension alefragnani.project-manager
|
||||
$ code --install-extension donjayamanne.githistory
|
||||
$ code --install-extension wakatime.vscode-wakatime
|
||||
$ 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
|
||||
$ sudo conda update conda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue