60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
# Paru
|
|
|
|
|
|
git clone https://aur.archlinux.org/paru.git
|
|
cd paru
|
|
makepkg -si
|
|
# If using rustup then run the following when prompted: rustup install stable
|
|
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
|
|
source ~/.zshrc
|
|
zinit self-update
|
|
|
|
# ZIM
|
|
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
|
|
|
|
# GUI
|
|
paru -S --noconfirm greetd inotifywait-tools waybar hyprland zsh-theme-powerlevel10k-git nerd-fonts kitty neovim wl-clipboard wofi yazi
|
|
|
|
# Either tuigreet or regreet
|
|
paru -S greetd-tuigreet
|
|
sudo cp ./greetd/tuigreet/* /etc/greetd/
|
|
# OR
|
|
paru -S greetd-regreet
|
|
sudo cp ./greetd/regreet/* /etc/greetd/
|
|
sudo mkdir /usr/lib/backgrounds/
|
|
# Add a jpg called greeter.jpg to the folder
|
|
|
|
|
|
# Apps
|
|
paru -S filezilla firefox flatpak haveged libreoffice-fresh mpv neofetch qbittorrent vlc yt-dlp
|
|
|
|
# Development
|
|
paru -S nodejs-n zip
|
|
|