1
0
Fork
You've already forked home
0
My $HOME
  • Shell 46.7%
  • Vim Script 42.6%
  • KakouneScript 3.2%
  • Vim Snippet 2.3%
  • Elvish 1.5%
  • Other 3.5%
Find a file
Tw e65941782b shell: take cwd into account while showing command history
Signed-off-by: Tw <tw19881113@gmail.com>
Change-Id: I5b37a3eb10d8f8c4d2685f6e77f209566a6a6964
2026年06月28日 15:45:16 +08:00
.autoload.d re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.config foot: adjust for new version 2026年06月07日 13:38:33 +08:00
.dart paths: append instead of prepend 2025年07月02日 18:10:17 +08:00
.dwm re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.emacs.d re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.fonts font: add LucidaGrande.ttf 2024年09月23日 09:49:25 +08:00
.git-template/hooks re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.gnupg add gpg-agent config for almost infinity cache timeout 2024年01月09日 10:29:40 +08:00
.go paths: append instead of prepend 2025年07月02日 18:10:17 +08:00
.gpg add gpg-agent.conf 2025年05月27日 18:26:28 +08:00
.local/share/applications xdg-open: add plumb.destop to open images by default 2024年02月04日 13:56:58 +08:00
.mutt re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.oh-my-zsh re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.p9p p9p: set NAMESPACE explicitly 2025年08月03日 15:26:51 +08:00
.ssh re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.urxvt/ext re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.vim re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.zsh re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
cron add snooze services 2025年07月22日 12:22:11 +08:00
mail re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
misc installed: add openresolv 2025年07月12日 16:11:18 +08:00
MyRoot shell: take cwd into account while showing command history 2026年06月28日 15:45:16 +08:00
service clash: replace docker with podman 2025年08月07日 14:20:24 +08:00
.autoload.sh re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.bash_profile Back out "fzf: add fzf default option file" 2025年01月13日 10:41:13 +08:00
.bashrc add .bashrc 2025年12月03日 10:07:02 +08:00
.cwmrc cwm: change c-tab to window-lower to prevent unexpected hidding 2024年10月15日 09:32:49 +08:00
.dbus_xinitrc use tmux to manage pomo clock 2024年10月14日 16:59:54 +08:00
.fetchmailrc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.fzf.zsh re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.gitconfig jj: add .gitignore to ignore all untracked under home 2025年02月14日 13:47:42 +08:00
.gtkrc-2.0 add wayland stuff 2024年10月20日 21:39:05 +08:00
.mbsyncrc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.offlineimaprc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.procmailrc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.tmux.conf tmux: add mapping for sending prefix (ctrl-k) 2026年04月25日 09:30:16 +08:00
.xbindkeysrc xbindkey: use F1 to browse files and F12 to select window 2024年07月19日 09:12:37 +08:00
.xinitrc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
.Xresources Xresources: put herbe at bottom-right 2024年08月15日 14:42:06 +08:00
.zshrc re-organize directory to mirror HOME 2022年05月31日 14:20:16 +08:00
README.md README: Add instructions to use jj 2026年06月07日 08:56:11 +08:00

My $HOME

Prefer using jj:

git clone --bare https://codeberg.org/Totorow/home.git /path/home.git
mkdir -p /path/home.git/info && echo '*' >> /path/home.git/info/exclude
cd ~ && jj git init --git-repo /path/home.git

Or just git:

cd ~
git init
git remote add origin https://github.com/tw4452852/MyConfig # Or ssh://git@codeberg.org/Totorow/home.git
git fetch
git checkout -ft origin/master
echo '*' >> .git/info/exclude
git config status.showUntrackedFiles no