Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-daniel committed Oct 10, 2024
1 parent 0f134b1 commit ad8ca35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions src/fzf/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ apt-get install -y git
echo "Changing to remote user..."
su - "$_REMOTE_USER"

# Clone the fzf repository into the remote user's home directory
echo "Cloning fzf repository..."
git clone --depth 1 https://github.com/junegunn/fzf.git "${_REMOTE_USER_HOME}/.fzf"

# Run the fzf install script
echo "Running fzf install script..."
$REMOTE_USER_HOME/.fzf/install --all
# Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
4 changes: 2 additions & 2 deletions src/spaceship/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
set -e

# Install ZSH
echo "Installing ZSH..."
echo "Installing dependencies..."
apt-get update
apt-get install -y zsh
apt-get install -y zsh git

# Change to remote user
echo "Changing to remote user..."
Expand Down

0 comments on commit ad8ca35

Please sign in to comment.