1
0
Fork
You've already forked dotfiles
0
My personal dotfiles
  • Vim Script 64.4%
  • Shell 33.5%
  • Ruby 1.3%
  • Python 0.7%
2026年06月05日 17:10:57 +02:00
bin fish: Manage PATH adjustments through discovery 2023年03月05日 15:17:07 +01:00
dotbot @abecc97bad Update dotbot 2025年02月15日 23:38:56 +01:00
dotconfig configure ghostty 2026年03月15日 19:24:09 +01:00
ipython/profile_default IPython: Add prefix+base_prefix 2024年12月01日 13:36:15 +01:00
tools drop bootstrap script 2025年11月05日 16:35:52 +01:00
vim Commit vim-plug 2022年11月11日 22:44:11 +01:00
zsh omz: update zgenom, adjust autoupdate 2026年06月04日 08:06:12 +02:00
.editorconfig Make non-starship zsh conf more palatable 2026年01月13日 12:33:15 +01:00
.gitignore fish: gitignore local.d 2024年02月21日 17:35:17 +01:00
.gitmodules Fix submodule name 2022年11月11日 22:08:04 +01:00
.tool-versions asdf: use 'latest' as default bootstrap versions 2024年11月23日 12:42:28 +01:00
Brewfile drop iterm2 2026年03月15日 19:25:17 +01:00
default-python-packages mise: default python packages 2026年02月07日 13:43:27 +01:00
gitattributes Make non-starship zsh conf more palatable 2026年01月13日 12:33:15 +01:00
gitconfig git: enable rerere 2026年02月01日 13:32:14 +01:00
gitignore Make non-starship zsh conf more palatable 2026年01月13日 12:33:15 +01:00
install Show dotbot version 2025年02月16日 00:08:50 +01:00
install.conf.yaml dotbot: succeed install if .dotfiles exists 2026年06月05日 17:10:57 +02:00
LICENSE Added license (MIT) 2017年03月27日 12:21:35 +02:00
README.md Clean up readme 2020年01月11日 13:00:21 +01:00
tmux.conf Add tmux conf 2025年01月11日 21:49:59 +01:00
vimrc Updated vim config 2019年05月25日 23:53:40 +02:00
zshenv Update basic shell vars 2022年11月11日 21:55:57 +01:00

Dotfiles

This repository contains my humble swiss army knife for getting work done around the shell. It includes config files for vim, zsh, git, and others. Regularly used (and considered tested) only on macOS, but a reduced set of features should also work on Linux e.g. Ubuntu.

Setup

Usage requires git. Clone the repository (expected into ~/.dotfiles), and run the dotbot installer script. This will update all submodules, and create necessary symlinks.

git clone https://github.com/janwh/dotfiles.git ~/.dotfiles
sh ~/.dotfiles/install