1
1
Fork
You've already forked dotfiles
0
My dotfiles
  • Lua 54.3%
  • Shell 45.7%
2026年03月03日 20:48:06 +00:00
dot_bashrc.d Update .bashrc.d/env-xdg.bashrc 2024年03月04日 19:30:25 +00:00
dot_config Update .config/containers/systemd/syncthing.container 2026年03月03日 20:48:06 +00:00
dot_local/bin remove unused configuration files 2024年02月27日 09:58:50 +00:00
dot_zshfunctions remove unused configuration files 2024年02月27日 09:58:50 +00:00
private_dot_ssh Disable git ssh signing with 1Password 2023年04月25日 16:32:56 +01:00
.chezmoi.toml.tmpl Remove op 2023年03月28日 06:40:08 +01:00
.chezmoiexternal.toml only install pure on macos 2024年02月27日 17:22:28 +00:00
.chezmoiignore Ignore ZSH on Linux and Bash on MacOS 2024年02月27日 10:23:29 +00:00
.gitignore vim and zsh plugins 2019年08月17日 20:25:22 +01:00
dot_bash_profile Update .bash_profile 2025年09月21日 09:49:59 +01:00
dot_bashrc Update .bashrc 2025年11月16日 06:38:37 +00:00
dot_zshenv Update .zshenv 2024年02月28日 09:33:34 +00:00
dot_zshrc Update .zshrc 2024年02月27日 09:40:07 +00:00
README.md Update README.md 2022年09月17日 12:20:24 +01:00

dotfiles

My dotfiles, bootstrapped from jessfraz/dotfiles.

Pre-requisites

My dotfiles are managed by chezmoi, so install that first.

# On Ubuntu...
$ snap install chezmoi --classic
# On MacOS
$ brew install chezmoi

Some dotfile configuration values (such as my GitHub email address and SSH signing key) are pulled from the 1Password, so install the command-line tool.

# On Ubuntu (after installing 1Password apt repo)...
$ apt install 1password 1password-cli
# On MacOS
$ brew install 1password-cli

Install dotfiles

To install dotfiles:

$ chezmoi init blissd --apply

.extra

Put any config that does not belong in chezmoi into .extra. This file should never be put into this git repository.