Update
This commit is contained in:
parent
1d1ce66f55
commit
9cf67a4948
@ -94,7 +94,7 @@ mount /dev/nvme0n1p1 /mnt/boot/efi
|
|||||||
|
|
||||||
# Install with pacstrap
|
# Install with pacstrap
|
||||||
pacman -Syy
|
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
|
# Create fs table and change root into mount
|
||||||
genfstab -U -p /mnt/etc/fstab
|
genfstab -U -p /mnt/etc/fstab
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# Paru
|
||||||
|
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/paru.git
|
git clone https://aur.archlinux.org/paru.git
|
||||||
cd paru
|
cd paru
|
||||||
makepkg -si
|
makepkg -si
|
||||||
@ -7,8 +10,32 @@ sudo rm -r paru
|
|||||||
|
|
||||||
paru -Syy
|
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
|
# 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
|
# Either tuigreet or regreet
|
||||||
paru -S greetd-tuigreet
|
paru -S greetd-tuigreet
|
||||||
@ -19,13 +46,6 @@ sudo cp ./greetd/regreet/* /etc/greetd/
|
|||||||
sudo mkdir /usr/lib/backgrounds/
|
sudo mkdir /usr/lib/backgrounds/
|
||||||
# Add a jpg called greeter.jpg to the folder
|
# 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
|
# Apps
|
||||||
paru -S filezilla firefox flatpak haveged libreoffice-fresh mpv neofetch qbittorrent vlc yt-dlp
|
paru -S filezilla firefox flatpak haveged libreoffice-fresh mpv neofetch qbittorrent vlc yt-dlp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user