No description
Find a file
2020-01-22 15:21:23 -07:00
dotbot@ef558f85d9 ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
git MAINT: macos catalina (#4) 2020-01-22 15:21:23 -07:00
ports Misc Updates (#1) 2019-02-12 10:15:47 -07:00
zsh MAINT: macos catalina (#4) 2020-01-22 15:21:23 -07:00
.gitmodules ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
alacritty.yml MAINT: macos catalina (#4) 2020-01-22 15:21:23 -07:00
aspell.en.pws MAINT: minor updates 2019-07-15 09:33:34 -07:00
beets.yaml MAINT: path cleanup and beets 2019-02-19 14:02:45 -07:00
install ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install.conf.yaml IMP: VSCode initial configuration 2019-11-08 13:27:54 -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: macos catalina (#4) 2020-01-22 15:21:23 -07:00
rsync_excludes.txt MAINT: Wrapping up on darwin 2019-02-24 10:45:36 -07:00
suspend-fix.service ENH: sleep hack 2019-02-26 06:51:39 -07:00
taskrc Misc Updates (#1) 2019-02-12 10:15:47 -07:00
tmux.conf MAINT: opensuse pt2 2019-02-24 13:36:20 -07:00
vimrc MAINT: macos catalina (#4) 2020-01-22 15:21:23 -07:00
vscode_settings.json IMP: VSCode initial configuration 2019-11-08 13:27:54 -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 \
  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
$ 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