dotfiles

Configs for programs I use!
git clone git://shipwreckt.co.uk/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 08c1b0131b4c0ebeac88b178b677ce81f6520729
parent 971bbb74a02f83650c8cd0550fb91886c4d460fe
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Sat, 22 Feb 2025 17:45:53 +0000

Added WGET program becasue it is a must have + updated README.md

Diffstat:
MREADME.md | 10+++++++++-
Mautoinstall.sh | 2+-
2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -15,8 +15,16 @@ In my [xinitrc](files/config/X11/xinitrc) I have it set to the UK keyboard layou To install my dotfiles, follow these simple steps: 1. **Clone the Gitlab Repository:** + +From Gitlab + ```sh + git clone https://gitlab.com/dotfiles + cd dotfiles + ``` + +From my website ```sh - git clone git@gitlab.com:Shipwreckt/dotfiles.git + git clone git://git.shipwreckt.co.uk/dotfiles.git cd dotfiles ``` diff --git a/autoinstall.sh b/autoinstall.sh @@ -7,7 +7,7 @@ UPDATE='sudo pacman -Syu --noconfirm' install_packages() { $UPDATE - $INSTALL mpv feh redshift linux-firmware-qlogic pavucontrol picom nitrogen thunar gvfs lxappearance alsa-utils neovim yubico-pam starship fish man-db qt5ct breeze breeze-gtk redshift htop lsb-release libreoffice-fresh ly ufw scrot keepassxc ranger unzip gcr webkit2gtk gd dosfstools xorg-xkill openresolv wireguard-tools libdvdcss libdvdread dunst cryptsetup + $INSTALL mpv feh redshift linux-firmware-qlogic pavucontrol picom nitrogen thunar gvfs lxappearance alsa-utils neovim yubico-pam starship fish man-db qt5ct breeze breeze-gtk redshift htop lsb-release libreoffice-fresh ly ufw scrot keepassxc ranger unzip gcr webkit2gtk gd dosfstools xorg-xkill openresolv wireguard-tools libdvdcss libdvdread dunst cryptsetup wget echo "==============================" echo "Programs are done installing" echo "============================="