mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds clipse clipboard history, removes macos specific scripts, begin creating install scripts.
This commit is contained in:
11
scripts/install-pkg-arch.sh
Executable file
11
scripts/install-pkg-arch.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Installs required packages / applications when setting up a new
|
||||
# arch linux with hyprland machine.
|
||||
#
|
||||
# TODO: I started this after a machine was already setup, so this may
|
||||
# need to be revisited to ensure packages installed before this
|
||||
# script started are included.
|
||||
|
||||
# Clipboard history utility
|
||||
yay -S --noconfirm clipse wl-clipboard
|
||||
Reference in New Issue
Block a user