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.
This commit is contained in:
Donovan Glover 2018-09-19 19:01:50 -04:00
parent d0a0011ca1
commit a947b666fd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
6 changed files with 0 additions and 127 deletions

View File

@ -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 <interface> span
# List networks: device <interface> get-networks
# Connect to a WPA2 protected network:
# device <interface> connect <network_name>
#
# https://wiki.archlinux.org/index.php/Iwd
set -xe
sudo pacman -S iwd
systemctl enable iwd.service

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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