Add a script for initially configuring pacman
This commit is contained in:
parent
942d650d33
commit
9f63e4ed04
1 changed files with 10 additions and 0 deletions
10
scripts/Arch/Config/pacman/install.sh
Executable file
10
scripts/Arch/Config/pacman/install.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo sed -i \
|
||||||
|
-e "/^\[options\]$/,/^\[/{" \
|
||||||
|
-e "s/^#\?\(Color\)$/\1/;" \
|
||||||
|
-e "/^# Misc options$/{" \
|
||||||
|
-e "a ILoveCandy" \
|
||||||
|
-e "};" \
|
||||||
|
-e "}" \
|
||||||
|
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
||||||
|
/etc/pacman.conf
|
Loading…
Reference in a new issue