Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 838 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 838 Bytes

Dotfiles

These are required, but have not yet been integrated into the steps below.

MacOS

Assumes homebrew is installed

$ brew install mise
$ eval "$(~/.local/bin/mise activate bash)"
$ mise use chezmoi --global --yes
$ chezmoi init ossareh
$ chezmoi apply -R
$ mise install --yes
$ chsh -s `which zsh` `whoami`
$ brew bundle

Debian:

$ sudo apt update && sudo apt install --yes build-essential curl zsh
$ curl https://mise.run | sh
$ eval "$(~/.local/bin/mise activate bash)"
$ mise use chezmoi --global --yes
$ chezmoi init ossareh
$ chezmoi apply -R
$ mise install --yes
$ chsh -s `which zsh` `whoami`