dbarenholz / dotfiles

My dotfiles. Always WIP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles. Always WIP. Now managed by chezmoi.

Chezmoi Cheatsheet

  • chezmoi status: see if there are any differences between local machine and local repo
  • chezmoi add: add things to the dotfiles repo (does not "re-add" after changes have been made to the original file)
  • chezmoi cd: enter the chezmoi repo - then, make changes as required (e.g. for removing files/directories)

Dotfiles

Dotfiles are used to configure various tools and programs. Each folder has its own README for why it exists.

  • dot_aliases: My shell aliases, imported by my zhsrc file.
  • dot_ghci: Modify the ghci prompt to show which modules are imported.
  • dot_p10k.zsh: The generated Powerlevel10k configuration. This is for the shell prompt.
  • dot_zshrc: My shell rc file. Contains various shell exports as well as modifications to $PATH so I can run tools.
  • README.md : You're reading it.

About

My dotfiles. Always WIP.


Languages

Language:Shell 92.3%Language:Python 3.8%Language:Lua 3.6%Language:CSS 0.3%