No description
Find a file
2021-04-07 21:37:49 -07:00
bin new: adding some dokku remotes 2021-04-07 21:37:49 -07:00
dotbot@5d83f9e797 IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
git maint: clean up gitconfig 2021-03-18 10:30:52 -07:00
vscode maint: tmux status checks 2021-02-27 13:34:25 -07:00
zsh grep alias 2021-04-06 14:47:13 -07:00
.gitignore IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
.gitmodules IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
check_status.sh maint: tmux status checks 2021-02-27 13:34:25 -07:00
install IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
install.conf.yaml wrapping up initial cut at new repo manager 2021-01-31 13:38:07 -07:00
kakrc Kakoune (#11) 2020-11-05 07:30:00 -07:00
mouse.xml Misc Updates (#1) 2019-02-12 10:15:47 -07:00
npmrc IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
psqlrc ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
README.md pygit2 git workspace sync (way faster) 2021-01-30 22:56:21 -07:00
repos.ini new: adding some dokku remotes 2021-04-07 21:37:49 -07:00
rsync_excludes.txt MAINT: Wrapping up on darwin 2019-02-24 10:45:36 -07:00
tmux.conf maint: new helper scripts 2021-03-14 11:22:40 -07:00
vimrc vim: hl search 2021-04-06 14:46:41 -07:00

dotfiles

$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ git remote rename origin thermokarst
$ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
$ ./install
$ sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
$ source ~/.zshrc
$ nix-env -i \
  alacritty \
  cmus \
  docker \
  elixir \
  git \
  htop \
  nodejs \
  postgresql \
  reattach-to-user-namespace \
  silver-searcher \
  syncthing \
  tmux \
  vim \
  wget \
  xz \
  yarn
$ base16_ashes
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
 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
$ wget https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-osx-conda.yml
$ conda env create -n q2dev --file qiime2-latest-py36-osx-conda.yml
$ conda env create -n dotfiles -c conda-forge pygit2
$ conda run -n dotfiles python ~/.dotfiles/bin/sync_git_repos.py ~/.dotfiles/repos.ini

optional vscode extensions

$ 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 wakatime.vscode-wakatime