From 5b723ba7cf0495b17de505c4264a882bd6414dad Mon Sep 17 00:00:00 2001 From: Italo Borrelli Date: Mon, 5 May 2025 12:42:21 -0700 Subject: [PATCH] Add content for dots --- 20_post_install.txt | 24 ++++++++++++++---------- 21_nvim.txt | 2 ++ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/20_post_install.txt b/20_post_install.txt index d664450..ce15d5c 100644 --- a/20_post_install.txt +++ b/20_post_install.txt @@ -9,12 +9,26 @@ cd .. sudo rm -r paru paru -Syy +git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm +# Change shell +chsh -s /usr/bin/zsh +### Clone dot files +cd +# Set url in script +chmod +x clone_dots.sh +./clone_dots.sh + +### Install tpm +git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm ### Zsh paru -S zsh-theme-powerlevel10k-git zinit +### Install tmuxinator if using +paru -S tmuxinator + ### First time installing zinit and zim # Zinit @@ -24,16 +38,6 @@ zinit self-update # ZIM curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh -### Next time get all dot files - -git clone --bare $HOME/.git -/usr/bin/git --git-dir=$HOME/.git/ --work-tree=$HOME checkout - -### - -chsh -s /usr/bin/zsh - - # GUI paru -S --noconfirm greetd inotifywait-tools waybar hyprland zsh-theme-powerlevel10k-git nerd-fonts kitty neovim wl-clipboard wofi yazi diff --git a/21_nvim.txt b/21_nvim.txt index 9ba551c..fcb734d 100644 --- a/21_nvim.txt +++ b/21_nvim.txt @@ -5,4 +5,6 @@ vim ~/.zshrc export WAYLAND_DISPLAY=wayland-1 ---- +# Start nvim and sync with :Lazy sync +nvim