No description
- Shell 100%
| debian-setup.sh | ||
| mac-setup.sh | ||
| mac-test-script.sh | ||
| README.md | ||
Automation for my workstation setup
- Minimal pre-setup
sudo apt update && sudo apt upgrade
sudo apt install git keepassxc
- Set up ssh keys from private storage
chmod 600 ~/.ssh/id_rsa
- Clone this repo
git clone git@codeberg.org:m3xan1k/workstation
Run main script
cd workstation
./debian-setup.sh
-
Set up lightdm-settings in GUI
-
Set up notifications with dunst
/usr/share/dbus-1/services/org.freedesktop.mate.Notifications.service
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/bin/dunst
AssumedAppArmorLabel=unconfined
-
Set up Nextcloud app in ~/soft/nextcloud.AppImage
-
Set up Telegram app in ~/Downloads/Telegram/Telegram
-
Get Slack from here
-
Older versions of python
asdf plugin-add python
asdf install python 3.8.19