Skip to content

Phaen/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published