Move config to its own and early installer
This commit is contained in:
parent
94896fdba4
commit
179d903c57
@ -6,9 +6,3 @@ trap 'echo "Omarchy installation failed! You can retry by running: source ~/.loc
|
|||||||
|
|
||||||
# Install everything
|
# Install everything
|
||||||
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
||||||
|
|
||||||
# Copy over Omarchy configs
|
|
||||||
cp -R ~/.local/share/omarchy/config/* ~/.config/
|
|
||||||
|
|
||||||
# Use default bashrc from Omarchy
|
|
||||||
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
|
|
||||||
|
5
install/3-config.sh
Normal file
5
install/3-config.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Copy over Omarchy configs
|
||||||
|
cp -R ~/.local/share/omarchy/config/* ~/.config/
|
||||||
|
|
||||||
|
# Use default bashrc from Omarchy
|
||||||
|
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
|
Loading…
x
Reference in New Issue
Block a user