mirror of
https://github.com/CoolnsX/resources.git
synced 2025-12-20 07:15:22 +05:30
XNAMEX sucks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user