Move this to the end

This commit is contained in:
David Heinemeier Hansson
2025-06-25 13:23:47 -07:00
parent 25abfc225c
commit 879b33f3a2
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,6 @@
# Copy over Omarchy configs # Copy over Omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/ cp -R ~/.local/share/omarchy/config/* ~/.config/
# Copy over Omarchy applications
source ~/.local/share/omarchy/bin/omarchy-sync-applications
# Use default bashrc from Omarchy # Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc

View File

@ -2,3 +2,6 @@ yay -S --noconfirm --needed \
signal-desktop spotify dropbox-cli zoom \ signal-desktop spotify dropbox-cli zoom \
obsidian typora libreoffice obs-studio kdenlive \ obsidian typora libreoffice obs-studio kdenlive \
pinta xournalpp pinta xournalpp
# Copy over Omarchy applications
source ~/.local/share/omarchy/bin/omarchy-sync-applications