feat(*): initial commit

This commit is contained in:
2022-05-09 00:28:23 +08:00
commit 50d445306b
11 changed files with 2124 additions and 0 deletions

2
tmux/dot-tmux.conf.osx Normal file
View File

@@ -0,0 +1,2 @@
# sync clipboard
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"