1
0
Fork 0

Removed: install scripts

Browse Source
This commit is contained in:
rhjr 2026-07-30 15:01:18 +02:00
parent 20c529c8a8
commit c4d79ffea2
2 changed files with 0 additions and 65 deletions

View File

@ -1,16 +0,0 @@
@echo off
set SOURCE=%USERPROFILE%\AppData\Roaming\dotfiles\.config\emacs
set DEST=%USERPROFILE%\Appdata\Roaming\.emacs.d
if not exist "%SOURCE%" (
echo Source directory does not exist: %SOURCE%
exit /b 1
)
if not exist "%DEST%" (
mkdir "%DEST%"
)
xcopy "%SOURCE%\*" "%DEST%\" /E /I /Y /H
echo Copy completed.

View File

@ -1,49 +0,0 @@
#!/bin/bash
set -xe
## initial
apt update
apt upgrade
## rights
apt install -y sudo
## group (sudo permissions)
# we create a new group to prevent the annoying .sudo_as_admin_succesfull.
export PATH=$PATH:/usr/sbin
groupadd -r wheel
usermod -aG wheel rhjr
usermod -aG input rhjr
echo "%wheel ALL=(ALL:ALL) ALL" > /etc/sudoers
gpasswd --delete rhjr sudo
gpasswd --delete rhjr admin
## workspace
mkdir -p /home/rhjr/devel
mkdir -p /home/rhjr/documents
mkdir -p /home/rhjr/downloads
mkdir -p /home/rhjr/programs
mkdir -p /home/rhjr/machines
mkdir -p /home/rhjr/scratch
## environment
apt install -y \
sway mesa-utils
## development
apt install -y \
git file \
vim \
build-essential
## user
apt install -y neofetch
apt install -y \
sway \
waybar