added hypr

This commit is contained in:
2026-03-08 09:03:25 +00:00
parent 1511447330
commit eaeb385de4
150 changed files with 409 additions and 1 deletions
+5 -1
View File
@@ -5,6 +5,7 @@ link_to_config=(
"git"
"starship.toml"
"fastfetch"
"hypr"
)
link_to_home=(
".bashrc"
@@ -23,7 +24,6 @@ for dir in "${directories[@]}"; do
fi
done
for link in "${link_to_config[@]}"; do
config_path="$HOME/dotfiles/$link"
target_path="$HOME/.config/$link"
@@ -43,3 +43,7 @@ for link in "${link_to_home[@]}"; do
ln -sf "$config_path" "$target_path"
fi
done
# Open Code Local LLM Config
rm ~/.config/opencode/opencode.json
cp ~/dotfiles/opencode.json ~/.config/opencode/opencode.json