From e12156a3426d431f2db1955f710393a1185e0d01 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 10 Jan 2021 16:29:33 +0100 Subject: [PATCH] Switched README.md for README.org and it seemes like I added some graphics stuff earlier --- README.md | 25 ------------------------- README.org | 28 ++++++++++++++++++++++++++++ root/march-reboot.sh | 2 +- 3 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index 39181b8..0000000 --- a/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# March - -A small script to automate my archlinux configuration. - -## How to use it - -First off we need to install git to download this repo. - -```sh -pacman -Sy -pacman -S git -``` - -Then we can download this repo and run the install script. -```sh -git clone https://gitlab.com/TuDatTr/march -chmod ./march/install.sh -./install.sh -d [DEVICE] -t [/usr/share/zoneinfo/REGION/CITY] -l [LOCALE] -h [HOSTNAME] -u [USER] -s [SUDO] -``` - -## TODO - -- Add intel/amd specific driver `xf86-video` and `microcode`. -- Add passwd input for user from stdin instead cli args -- Proper status messages diff --git a/README.org b/README.org new file mode 100644 index 0000000..4f376e4 --- /dev/null +++ b/README.org @@ -0,0 +1,28 @@ +* March + +A small script to automate my archlinux configuration. + +** How to use it + +First off you create your arch linux installation medium. +Instructions to do so can be found [[https://wiki.archlinux.org/index.php/USB_flash_installation_medium][here]]. + +Once your machine is up and running with inside the archfs we have to do the following things to get ~git~ running. + +#+begin_src sh +pacman -Sy +pacman -S git +#+end_src + +Then we can download this repo and run the install script. +#+begin_src sh +git clone https://gitlab.com/TuDatTr/march +chmod ./march/install.sh +./install.sh -d [DEVICE] -t [/usr/share/zoneinfo/REGION/CITY] -l [LOCALE] -h [HOSTNAME] -u [USER] -s [SUDO] +#+end_src + +** TODO + +1. Proper status messages +2. Add passwd input for user from stdin instead cli args +3. Add intel/amd specific driver `xf86-video` and `microcode`. diff --git a/root/march-reboot.sh b/root/march-reboot.sh index 0e79d84..b14c671 100644 --- a/root/march-reboot.sh +++ b/root/march-reboot.sh @@ -49,7 +49,7 @@ done sleep 5 pacman -Sy -pacman -S --noconfirm git zsh gvim wget arch-audit lightdm lightdm-webkit2-greeter xorg-server xf86-video-intel i3-gaps xorg-xbacklight xorg-xrandr i3lock-color alsa-utils pulseaudio pulseaudio-alsa pulseaudio-bluetooth playerctl pavucontrol exfat-utils udiskie blueman acpi acpid tlp compton conky rxvt-unicode networkmanager network-manager-applet networkmanager-openconnect networkmanager-openvpn stow maim openssh xdotool xclip thunderbird firefox veracrypt keepassxc evince pandoc pdfgrep adobe-source-han-sans-otc-fonts python3 python-pip ranger atool elinks ffmpegthumbnailer highlight libcaca lynx mediainfo odt2txt perl-image-exiftool poppler python-chardet transmission-cli w3m texlive-most +pacman -S --noconfirm git zsh gvim wget arch-audit lightdm lightdm-webkit2-greeter xorg-server i3-gaps xorg-xbacklight xorg-xrandr i3lock-color alsa-utils pulseaudio pulseaudio-alsa pulseaudio-bluetooth playerctl pavucontrol exfat-utils udiskie blueman acpi acpid tlp compton conky rxvt-unicode networkmanager network-manager-applet networkmanager-openconnect networkmanager-openvpn stow maim openssh xdotool xclip thunderbird firefox veracrypt keepassxc evince pandoc pdfgrep adobe-source-han-sans-otc-fonts python3 python-pip ranger atool elinks ffmpegthumbnailer highlight libcaca lynx mediainfo odt2txt perl-image-exiftool poppler python-chardet transmission-cli w3m texlive-most byobu rofi nextcloud intel-ucode xf86-video-intel echo "%$sudogrp ALL=(ALL) ALL" >> /etc/sudoers groupadd "$sudogrp"