Update
This commit is contained in:
parent
f1c2860ed3
commit
d140ad2cd6
@ -94,7 +94,7 @@ mount /dev/nvme0n1p1 /mnt/boot/efi
|
||||
|
||||
# Install with pacstrap
|
||||
pacman -Syy
|
||||
pacstrap /mnt base dkms git intel-ucode less linux linux-firmware linux-headers tmux vim zsh
|
||||
pacstrap /mnt base dkms git intel-ucode jq less linux linux-firmware linux-headers tmux vim zsh
|
||||
|
||||
# Create fs table and change root into mount
|
||||
genfstab -U -p /mnt/etc/fstab
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# Paru
|
||||
|
||||
|
||||
git clone https://aur.archlinux.org/paru.git
|
||||
cd paru
|
||||
makepkg -si
|
||||
@ -7,8 +10,32 @@ sudo rm -r paru
|
||||
|
||||
paru -Syy
|
||||
|
||||
|
||||
|
||||
### Zsh
|
||||
paru -S zsh-theme-powerlevel10k-git zinit
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
### 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 oh-my-zsh-git neovim wl-clipboard wofi yazi
|
||||
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
|
||||
@ -19,13 +46,6 @@ sudo cp ./greetd/regreet/* /etc/greetd/
|
||||
sudo mkdir /usr/lib/backgrounds/
|
||||
# Add a jpg called greeter.jpg to the folder
|
||||
|
||||
# Zinit
|
||||
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
|
||||
source ~/.zshrc
|
||||
zinit self-update
|
||||
|
||||
# ZIM
|
||||
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
|
||||
|
||||
# Apps
|
||||
paru -S filezilla firefox flatpak haveged libreoffice-fresh mpv neofetch qbittorrent vlc yt-dlp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user