Initial basics

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:21:00 +02:00
commit e8ee1204e6
19 changed files with 836 additions and 0 deletions

7
install/all.sh Normal file
View File

@ -0,0 +1,7 @@
# Install things in the right order
source ~/.local/share/omarchy/install/yay.sh
source ~/.local/share/omarchy/install/hyprlandia.sh
source ~/.local/share/omarchy/install/desktop.sh
source ~/.local/share/omarchy/install/terminal.sh
source ~/.local/share/omarchy/install/development.sh
source ~/.local/share/omarchy/install/configurations.sh

View File

@ -0,0 +1,5 @@
# Copy over omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Install LazyVim
git clone https://github.com/LazyVim/starter ~/.config/nvim

6
install/desktop.sh Normal file
View File

@ -0,0 +1,6 @@
yay -S --noconfirm \
brightnessctl wireplumber \
signal-desktop nautilus \
spotify 1password dropbox-cli \
obsidian libreoffice \
obs-studio kdenlive

4
install/development.sh Normal file
View File

@ -0,0 +1,4 @@
yay -S --noconfirm \
nvim mise docker \
lazygit lazydocker \
github-cli

4
install/hyprlandia.sh Normal file
View File

@ -0,0 +1,4 @@
yay -S --noconfirm \
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
waybar swaync \
xdg-desktop-portal-hyprland

5
install/terminal.sh Normal file
View File

@ -0,0 +1,5 @@
yay -S --noconfirm \
wget curl unzip \
eza fzf ripgrep zoxide \
wl-clipboard fastfetch \
tldr whois

6
install/yay.sh Normal file
View File

@ -0,0 +1,6 @@
sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ~
rm -rf yay-bin