mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Slim down default install
Since its all just yay, we dont need to load as much upfront
This commit is contained in:
1
extras.sh
Normal file
1
extras.sh
Normal file
@ -0,0 +1 @@
|
||||
yay -S --noconfirm --needed signal-desktop spotify 1password dropbox-cli obsidian libreoffice obs-studio kdenlive
|
@ -3,3 +3,10 @@ cp -R ~/.local/share/omarchy/config/* ~/.config/
|
||||
|
||||
# Use default bashrc from Omarchy
|
||||
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
|
||||
|
||||
# Set common git aliases
|
||||
git config --global alias.co checkout
|
||||
git config --global alias.br branch
|
||||
git config --global alias.ci commit
|
||||
git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
@ -1,6 +1 @@
|
||||
yay -S --noconfirm --needed \
|
||||
brightnessctl playerctl wpctl wireplumber \
|
||||
signal-desktop nautilus \
|
||||
spotify 1password dropbox-cli \
|
||||
obsidian libreoffice \
|
||||
obs-studio kdenlive
|
||||
yay -S --noconfirm --needed brightnessctl playerctl wpctl wireplumber nautilus
|
||||
|
@ -7,13 +7,4 @@ yay -S --noconfirm --needed \
|
||||
rm -rf ~/.config/nvim
|
||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||
rm -rf ~/.config/nvim/.git
|
||||
|
||||
# Turn off relative line numbers in nvim
|
||||
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
||||
|
||||
# Set common git aliases
|
||||
git config --global alias.co checkout
|
||||
git config --global alias.br branch
|
||||
git config --global alias.ci commit
|
||||
git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
Reference in New Issue
Block a user