maint: nix->macports
i had to stop using macports because my old personal workstation didn't have enough disk space for xcode and friends.
This commit is contained in:
parent
3fd9076fe2
commit
1b74b7beec
2 changed files with 66 additions and 43 deletions
64
README.md
64
README.md
|
@ -1,43 +1,59 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
|
$ git clone --origin thermokart ssh://git@pingo.thermokar.st:dotfiles ~/.dotfiles
|
||||||
$ cd ~/.dotfiles
|
|
||||||
$ git remote rename origin thermokarst
|
|
||||||
$ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
|
$ 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"
|
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
||||||
|
$ cd ~/.dotfiles
|
||||||
$ ./install
|
$ ./install
|
||||||
$ sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
|
|
||||||
$ source ~/.zshrc
|
$ source ~/.zshrc
|
||||||
$ nix-env -i \
|
$ sudo port install \
|
||||||
alacritty \
|
ImageMagick \
|
||||||
cmus \
|
cmus \
|
||||||
docker \
|
curl \
|
||||||
elixir \
|
git \
|
||||||
git \
|
gnupg2 \
|
||||||
htop \
|
htop \
|
||||||
nodejs \
|
nodejs16 \
|
||||||
postgresql \
|
pass \
|
||||||
reattach-to-user-namespace \
|
pinetry-mac \
|
||||||
silver-searcher \
|
syncthing-macos \
|
||||||
syncthing \
|
the_silver_searcher \
|
||||||
tmux \
|
tmux \
|
||||||
vim \
|
tmux-pasteboard \
|
||||||
wget \
|
tree \
|
||||||
xz \
|
vim \
|
||||||
yarn
|
watch \
|
||||||
|
wget
|
||||||
$ base16_ashes
|
$ base16_ashes
|
||||||
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
|
$ 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 sh Miniconda3-latest-MacOSX-x86_64.sh -p /opt/miniconda3 -b
|
||||||
$ sudo conda update conda
|
$ sudo conda update conda
|
||||||
$ wget https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-osx-conda.yml
|
$ wget https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py38-osx-conda.yml
|
||||||
$ conda env create -n q2dev --file qiime2-latest-py36-osx-conda.yml
|
$ conda env create -n q2dev --file qiime2-latest-py38-osx-conda.yml
|
||||||
$ conda env create -n dotfiles -c conda-forge pygit2
|
$ conda env create -n dotfiles -c conda-forge pygit2
|
||||||
$ conda run -n dotfiles python ~/.dotfiles/bin/sync_git_repos.py ~/.dotfiles/repos.ini
|
$ conda run -n dotfiles python ~/.dotfiles/bin/sync_git_repos.py ~/.dotfiles/repos.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## manual apps
|
||||||
|
|
||||||
|
- chrome
|
||||||
|
- docker desktop
|
||||||
|
- firefox
|
||||||
|
- garageband
|
||||||
|
- iterm2
|
||||||
|
- libreoffice
|
||||||
|
- melodics
|
||||||
|
- passff-host
|
||||||
|
- postgres.app
|
||||||
|
- steermouse
|
||||||
|
- thunderbird
|
||||||
|
- virtualbox
|
||||||
|
- vscode
|
||||||
|
- zoom
|
||||||
|
|
||||||
## optional vscode extensions
|
## optional vscode extensions
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -1,24 +1,31 @@
|
||||||
- .DS_Store
|
|
||||||
- venv
|
|
||||||
- node_modules
|
|
||||||
- __pycache__
|
|
||||||
- *.pyc
|
- *.pyc
|
||||||
|
- .DS_Store
|
||||||
|
- .Trash/
|
||||||
|
- .bundle/
|
||||||
|
- .cache/
|
||||||
|
- .cargo/
|
||||||
|
- .cisco/
|
||||||
|
- .conda-bld/
|
||||||
|
- .conda/
|
||||||
|
- .cpan/
|
||||||
|
- .dropbox/
|
||||||
|
- .electron/
|
||||||
|
- .fzf/
|
||||||
|
- .gem/
|
||||||
|
- .local/
|
||||||
|
- .mail/
|
||||||
|
- .npm/
|
||||||
|
- .nvim/plugged/
|
||||||
|
- .rustup/
|
||||||
|
- .vim/plugged/
|
||||||
|
- .wine/
|
||||||
|
- .zprezto/
|
||||||
- Applications/
|
- Applications/
|
||||||
- Library/
|
- Library/
|
||||||
|
- __pycache__
|
||||||
- miniconda3/
|
- miniconda3/
|
||||||
|
- node_modules
|
||||||
- tmp/
|
- tmp/
|
||||||
- .cache/
|
- venv
|
||||||
- .npm/
|
- .vagrant.d/
|
||||||
- .Trash/
|
- .vscode/extensions/
|
||||||
- .cpan/
|
|
||||||
- .nvim/plugged/
|
|
||||||
- .vim/plugged/
|
|
||||||
- .conda/
|
|
||||||
- .mail/
|
|
||||||
- .dropbox/
|
|
||||||
- .wine/
|
|
||||||
- .cisco/
|
|
||||||
- .fzf/
|
|
||||||
- .local/
|
|
||||||
- .zprezto/
|
|
||||||
- .conda-bld/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue