dotfiles/scripts
2025-06-13 23:18:16 +02:00
..
bootstrap Update readme and bootstrap script 2025-06-13 23:18:16 +02:00
gnome_workspace_setup scripts: fix gnome_workspace_setup 2025-05-29 07:13:15 +02:00
README.org Scripts: Add quick setup script for fedora 2025-05-28 01:20:35 +02:00

scripts

install_dependencies

description

This script installs all dependencies for everything in this configuratio to work. Right now this script only works on Fedora Linux.

usage

  ./scripts/install_dependencies

arguments

This script does not accept any arguments

gnome_workspace_setup

description

This scripts configures the workspaces under gnome to behave similar to how it is on dwm.

  • It disables dynamic workspaces
  • Sets the number of static workspaces to 9
  • Binds switching workspaces to <Super>+{1-9}
  • Binds moving windows to workspaces to <Super><Shift>+{1-9}

usage

  ./scripts/gnome_workspace_setup

arguments

This script does not accept any arguments

fedora_quick_setup

description

This script automatically sets up most things to quickly get up and running on a fresh fedora installation. The main thing this does not is configure most of gnome or install flatpaks.

usage

  ./scripts/fedora_quick_setup

arguments

This script does not accept any arguments