Add content for dots

This commit is contained in:
Italo Borrelli 2025-05-05 12:42:21 -07:00
parent dde9c63864
commit 5b723ba7cf
2 changed files with 16 additions and 10 deletions

View File

@ -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 <ArchInstall dir>
# 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 <git-repo-url> $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

View File

@ -5,4 +5,6 @@ vim ~/.zshrc
export WAYLAND_DISPLAY=wayland-1
----
# Start nvim and sync with :Lazy sync
nvim