feat: add zsh plugins and update configuration files
This commit is contained in:
9
setup
9
setup
@ -1,5 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
sed -i -e 's/\r$//' ~/.dotfiles/*
|
||||
#sed -i -e 's/\r$//' ~/dotfiles/*
|
||||
set -e
|
||||
|
||||
echo "[+] Cloning submodules..."
|
||||
git submodule update --init --recursive
|
||||
|
||||
echo "[+] Creating Gitconfigs..."
|
||||
|
||||
(
|
||||
for config in $PWD/.gitconfig.d/*.gitconfig; do
|
||||
@ -8,6 +14,7 @@ sed -i -e 's/\r$//' ~/.dotfiles/*
|
||||
done;
|
||||
) > "$HOME/.gitconfig"
|
||||
|
||||
echo "[+] Creating symlinks..."
|
||||
|
||||
ln -sf "$PWD/.zshrc" "$HOME/.zshrc"
|
||||
ln -sf "$PWD/.p10k.zsh" "$HOME/.p10k.zsh"
|
||||
|
Reference in New Issue
Block a user