mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Initial basics
This commit is contained in:
7
install/all.sh
Normal file
7
install/all.sh
Normal 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
|
5
install/configurations.sh
Normal file
5
install/configurations.sh
Normal 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
6
install/desktop.sh
Normal 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
4
install/development.sh
Normal file
@ -0,0 +1,4 @@
|
||||
yay -S --noconfirm \
|
||||
nvim mise docker \
|
||||
lazygit lazydocker \
|
||||
github-cli
|
4
install/hyprlandia.sh
Normal file
4
install/hyprlandia.sh
Normal 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
5
install/terminal.sh
Normal 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
6
install/yay.sh
Normal 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
|
Reference in New Issue
Block a user