added hypr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user