No description
Find a file
2020-02-23 17:02:54 -07:00
dotbot@ef558f85d9 ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
git MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00
metabin MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00
vscode MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00
zsh MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00
.gitmodules ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install.conf.yaml MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00
mouse.xml Misc Updates (#1) 2019-02-12 10:15:47 -07:00
mrconfig Misc Updates (#1) 2019-02-12 10:15:47 -07:00
psqlrc ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
README.md MAINT: vscode wakatime integration 2020-02-23 17:02:54 -07:00
rsync_excludes.txt MAINT: Wrapping up on darwin 2019-02-24 10:45:36 -07:00
tmux.conf MAINT: vscode et al (#5) 2020-02-23 16:25:07 -07:00

Dotfiles

$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ git remote rename origin thermokarst
$ sudo bash -c "echo nix /System/Volumes/Data/nix | tr ' ' '\t' >> /etc/synthetic.conf"
$ sudo mkdir /System/Volumes/Data/nix
$ sudo chown $USER /System/Volumes/Data/nix
# REBOOT
$ 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
$ curl https://nixos.org/nix/install | sh
$ source ~/.zshrc
$ nix-env -i \
  alacritty \
  docker \
  git \
  htop \
  mr \
  postgresql \
  reattach-to-user-namespace \
  silver-searcher \
  tmux \
  vim \
  wget \
  xz
$ base16_ashes
$ 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
$ 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
$ 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