dotfiles misc

This commit is contained in:
2022-11-20 21:38:49 +08:00
parent 5f2d2e2011
commit 04c74e1d00
4 changed files with 227 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ install() {
install .bash_aliases
install .profile
install .bashrc
install .gitconfig
install .gitignore
install .git_aliases
ln -s "$HOME/.profile" "$HOME/.zprofile"