work on dotfiles

This commit is contained in:
Cipher Vance
2025-09-16 20:24:50 -05:00
parent a858dd8309
commit 65a32509d5
4 changed files with 137 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ fi
# Symlink files (keeping the original simple approach)
echo "Symlinking dotfiles..."
FILES=('vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'commit-conventions.txt' 'aliases.zsh')
FILES=('vimrc' 'vim' 'bashrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'commit-conventions.txt' 'aliases.zsh')
for file in "${FILES[@]}"; do
echo ""