From af98433f174bbc1323f36006d437297ddb5e9ad3 Mon Sep 17 00:00:00 2001 From: coolnsx Date: Tue, 7 Mar 2023 01:12:24 +0530 Subject: [PATCH] XNAMEX sucks --- setup_scripts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_scripts b/setup_scripts index 60aad93..dccd4d6 100755 --- a/setup_scripts +++ b/setup_scripts @@ -46,10 +46,10 @@ $pkg_mgr $pkg_spec if [ -n "$install_dir" ]; then cd "$install_dir" || exit 1 mkdir ".shortcuts" - cp ./* ".shortcuts/" + cp * .shortcuts touch .hushlogin mkdir ".config" git clone "https://github.com/zsh-users/zsh-syntax-highlighting" "$install_dir/.config/zsh-syntax" - curl -s "https://raw.githubusercontent.com/CoolnsX/hyprdots/master/.zshrc" | sed '$d' > "$install_dir/.zshrc" - printf 'source $HOME/.config/zsh-syntax/zsh-syntax-highlighting.zsh' >> .zshrc + curl -s "https://raw.githubusercontent.com/CoolnsX/hyprdots/master/.zshrc" | sed '$d' > $install_dir/.zshrc + printf 'source $HOME/.config/zsh-syntax/zsh-syntax-highlighting.zsh' >> $install_dir/.zshrc fi