additions to arch install from laptop

chromebook
Alex 2022-06-18 14:54:01 -05:00
parent afb80c536f
commit fa89b88d06
4 changed files with 13 additions and 4 deletions

View File

@ -8,8 +8,8 @@
XDG_DESKTOP_DIR="$HOME/.local/share/desktop" XDG_DESKTOP_DIR="$HOME/.local/share/desktop"
XDG_DOWNLOAD_DIR="$HOME/dl" XDG_DOWNLOAD_DIR="$HOME/dl"
XDG_DOCUMENTS_DIR="$HOME/docs" XDG_DOCUMENTS_DIR="$HOME/docs"
XDG_MUSIC_DIR="$HOME/" XDG_MUSIC_DIR="$HOME/media/audio"
XDG_PICTURES_DIR="$HOME/media/img" XDG_PICTURES_DIR="$HOME/media/img"
XDG_VIDEOS_DIR="$HOME/" XDG_VIDEOS_DIR="$HOME/media/video"
XDG_TEMPLATES_DIR="$HOME/" XDG_TEMPLATES_DIR="$HOME/.local/share/templates"
XDG_PUBLICSHARE_DIR="$HOME/" XDG_PUBLICSHARE_DIR="$HOME/.local/share/public"

View File

@ -47,11 +47,13 @@ init_setup() {
sudo systemctl enable connman.service sudo systemctl enable connman.service
sudo systemctl enable ufw.service sudo systemctl enable ufw.service
sudo systemctl enable cronie.service sudo systemctl enable cronie.service
sudo systemctl enable systemd-timesyncd.service
} }
#TODO #TODO
wireless() { wireless() {
sudo pacman -S tlp iwd bluez bluez-utils sudo pacman -S tlp iwd bluez bluez-utils
sudo pacman -S tp_smapi smartmontools ethtool #opts for tlp
sudo systemctl enable tlp.service sudo systemctl enable tlp.service
sudo systemctl enable bluetooth.service sudo systemctl enable bluetooth.service
@ -71,6 +73,11 @@ configure() {
mkdir -p ~/.config/mpd/playlists mkdir -p ~/.config/mpd/playlists
mkdir -p ~/.local/share/desktop mkdir -p ~/.local/share/desktop
mkdir .local/share/public
mkdir .local/share/templates
mkdir media/audio
mkdir media/video
#setup ufw #setup ufw
sudo ufw default deny incoming sudo ufw default deny incoming
sudo ufw default allow outgoing sudo ufw default allow outgoing

View File

@ -15,3 +15,4 @@ udiskie
waylogout-git waylogout-git
ani-cli-git ani-cli-git
rofi-lbonn-wayland-git rofi-lbonn-wayland-git
connman-gtk

View File

@ -77,3 +77,4 @@ gammastep
openssh openssh
aria2 aria2
libva-mesa-driver libva-mesa-driver
bc