From a947b666fde7070ee42e575dd9896edffea8bf3d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 19 Sep 2018 19:01:50 -0400 Subject: [PATCH] Remove unused scripts I had some problems setting up iwd, so I decided to not include it here. Additionally, lightdm and xfce have been removed in favor of using a different distribution when such a setup is needed. --- sh/054-iwd | 20 -------------------- sh/093-virtualbox-guest | 11 ----------- sh/201-lightdm | 29 ----------------------------- sh/202-xfce | 37 ------------------------------------- sh/501-yay | 21 --------------------- sh/603-godot | 9 --------- 6 files changed, 127 deletions(-) delete mode 100644 sh/054-iwd delete mode 100644 sh/093-virtualbox-guest delete mode 100644 sh/201-lightdm delete mode 100644 sh/202-xfce delete mode 100644 sh/501-yay delete mode 100644 sh/603-godot diff --git a/sh/054-iwd b/sh/054-iwd deleted file mode 100644 index 7f47eedc..00000000 --- a/sh/054-iwd +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# Use iwd if you want to connect over a wireless network. -# -# Once the service is started, you can control it with `iwctl`. -# -# List all available commands: help -# List all wifi devices: device list -# Scan for networks: device span -# List networks: device get-networks -# Connect to a WPA2 protected network: -# device connect -# -# https://wiki.archlinux.org/index.php/Iwd - -set -xe - -sudo pacman -S iwd - -systemctl enable iwd.service diff --git a/sh/093-virtualbox-guest b/sh/093-virtualbox-guest deleted file mode 100644 index 8cfd1816..00000000 --- a/sh/093-virtualbox-guest +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# If you are installing Arch Linux in a virtual machine (specifically -# through VirtualBox) then you will need to install the guest utilities -# for certain behavior like auto resolution to work. -# -# https://wiki.archlinux.org/index.php/VirtualBox - -set -xe - -sudo pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch diff --git a/sh/201-lightdm b/sh/201-lightdm deleted file mode 100644 index 50caffcb..00000000 --- a/sh/201-lightdm +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# LightDM is a lightweight display manager that just works. -# -# Note that instead of using `lightdm-gtk-greeter-settings`, which -# needs to be run with sudo, you can simply edit the config file -# located at /etc/lightdm/lightdm-gtk-greeter.conf instead. -# -# Note that LightDM is not needed if you use Plasma (which you'd -# want to use with SDDM with instead). -# -# lightdm: The LightDM display manager -# lightdm-gtk-greeter: The greeter for LightDM (GTK) -# lightdm-gtk-greeter-settings: GUI for editing LightDM settings -# light-locker: Prevents leaving ttys vulnerable while locked -# -# https://wiki.archlinux.org/index.php/LightDM - -set -xe - -pacman -S lightdm - -pacman -S lightdm-gtk-greeter - -pacman -S lightdm-gtk-greeter-settings - -pacman -S light-locker - -systemctl enable lightdm.service diff --git a/sh/202-xfce b/sh/202-xfce deleted file mode 100644 index 81742838..00000000 --- a/sh/202-xfce +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# -# After all these years, Xfce is still one of the best desktop -# environments. Although the defaults are bland, you can customize -# it to look however you want. -# -# Alternatively install the `xfce4-goodies` package if you want -# everything instead of the select few applications I choose here. -# -# Note that Xfce doesn't exactly handle HiDPI well, so you might want -# to use bspwm or Plasma instead. -# -# mousepad: basic text editor -# parole: basic media player -# ristretto: basic image viewer -# -# https://wiki.archlinux.org/index.php/Xfce - -set -xe - -sudo pacman -S xfce4 - -sudo pacman -S mousepad - -sudo pacman -S parole - -sudo pacman -S ristretto - -sudo pacman -S xfce4-mpc-plugin - -sudo pacman -S xfce4-notifyd - -sudo pacman -S xfce4-pulseaudio-plugin - -sudo pacman -S xfce4-screenshooter - -sudo pacman -S xfce4-taskmanager diff --git a/sh/501-yay b/sh/501-yay deleted file mode 100644 index fcab011f..00000000 --- a/sh/501-yay +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# -# An AUR helper is a way to automate the process below. -# -# `yay` is an AUR helper. -# -# https://wiki.archlinux.org/index.php/AUR_Helpers - -set -xe - -git clone https://aur.archlinux.org/yay-bin.git - -cd yay-bin - -vim PKGBUILD - -makepkg -si - -cd .. - -rm -rf yay-bin diff --git a/sh/603-godot b/sh/603-godot deleted file mode 100644 index 52340f9d..00000000 --- a/sh/603-godot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# Godot is the standard game engine. -# -# https://wiki.archlinux.org/index.php/Godot_Engine - -set -xe - -yay -S godot