mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Configure micro to use tabs in place of spaces
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
*
|
||||
@@ -205,6 +205,7 @@ echo -e ""$username" soft memlock 64\n"$username" hard
|
||||
mkdir -p /home/"$username"/.gnupg
|
||||
echo 'pinentry-program /usr/bin/pinentry-tty' > /home/"$username"/.gnupg/gpg-agent.conf # forces gpg prompts to use terminal input
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/gai.conf -o /etc/gai.conf # configure gai to prefer IPv6
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/micro-settings.json -o /home/"$username"/.config/micro/settings.json # set micro to use spaces in place of tabs
|
||||
pacman -S neofetch htop --needed --noconfirm
|
||||
rc-update add local default
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
git add -f config-files programs chrootInstall.sh install.sh LICENSE README.md commit.sh .gitignore
|
||||
git commit -m "$1"
|
||||
git push
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tabstospaces": true
|
||||
}
|
||||
Reference in New Issue
Block a user