Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 702 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 702 Bytes

Dotfiles

My personal cross-machine Linux/Mac configuration.

Index

Currently covers the following:

  • nvim
  • kitty
  • oh-my-zsh

Setup

With chezmoi installed (read/write)

chezmoi init [email protected]:Phaen/dotfiles.git

Without chezmoi installed (read-only)

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply Phaen

Without chezmoi installed (one-shot)

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot Phaen

Details

TheFuck

The oh-my-zsh config contains aliases for thefuck. If you don't have it installed and want to do so through a local pip, make sure you install setuptools too.

pip install setuptools thefuck