Add content for dots
This commit is contained in:
parent
dde9c63864
commit
5b723ba7cf
@ -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
|
||||
|
||||
|
||||
@ -5,4 +5,6 @@ vim ~/.zshrc
|
||||
export WAYLAND_DISPLAY=wayland-1
|
||||
----
|
||||
|
||||
# Start nvim and sync with :Lazy sync
|
||||
nvim
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user