Skip to content

Commit

Permalink
aaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Aug 12, 2024
1 parent bca3587 commit d25a886
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ function add() {
fi
}

mkdir -p "$HOME/.config"

# nvim
add "$SCRIPT_DIR/nvim" "$HOME/.config/nvim"

# clangd
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
add "$SCRIPT_DIR/clangd" "$HOME/.config/clangd"
elif [[ "$OSTYPE" == "darwin"* ]]; then
macos_clangd_path="$HOME/Library/Preferences/clangd/"
macos_clangd_path="$HOME/Library/Preferences/clangd"
mkdir -p "$macos_clangd_path"
add "$SCRIPT_DIR/clangd" "$macos_clangd_path"
else
Expand Down

0 comments on commit d25a886

Please sign in to comment.