XNAMEX sucks

This commit is contained in:
coolnsx
2023-03-07 01:12:24 +05:30
parent 27b7a965ce
commit af98433f17

View File

@@ -46,10 +46,10 @@ $pkg_mgr $pkg_spec
if [ -n "$install_dir" ]; then if [ -n "$install_dir" ]; then
cd "$install_dir" || exit 1 cd "$install_dir" || exit 1
mkdir ".shortcuts" mkdir ".shortcuts"
cp ./* ".shortcuts/" cp * .shortcuts
touch .hushlogin touch .hushlogin
mkdir ".config" mkdir ".config"
git clone "https://github.com/zsh-users/zsh-syntax-highlighting" "$install_dir/.config/zsh-syntax" 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" 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 printf 'source $HOME/.config/zsh-syntax/zsh-syntax-highlighting.zsh' >> $install_dir/.zshrc
fi fi