From b63a4f1b224340754c0f9c7074049ac3ed1f1cdb Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 1 Oct 2024 11:53:09 +0100 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8c85367c..130d599a 100755 --- a/install.sh +++ b/install.sh @@ -176,7 +176,7 @@ while [[ "$O" != " " ]]; do if [[ $cur == enter ]]; then R # Dotfiles - sudo apt install neovim tmux htop fzf git wget curl bash-completion build-essentials -y + sudo apt install neovim tmux htop fzf git wget curl bash-completion build-essential -y cp -vrf config-files/.* $HOME cp -vrf config-files/* $HOME fc-cache -f