My collection of config and setup files for my Linux system.
Please don't run this yourself. Fork and modify it, learn from it, critique it, but don't actually run the damn thing. :p
Install the OS using the Fedora i3 Spin 40 ISO image. Then run:
curl https://sidroberts.co.uk/install.sh | bash
(The install.sh
script simply downloads this repo and runs setup.sh
).
Once the script has finished, it will automatically reboot.
Now, check out the ToDoList.md
file in the home directory.
- Fedora with RPM Fusion free and non-free repos
- i3 and Polybar
- Nitrogen, Picom, Greenclip, Dunst, Rofi
- Firefox
- Thunar
- Xarchiver
- mpv
- Xfce4 Terminal
- VS Code
- Transmission
- GIMP, Inkscape
- Audacity
- Handbrake
- yt-dlp, ffmpeg
- PHP with Xdebug and yaml support, Composer
- Python with Pip
- Docker, Docker Compose
- Autotrash
- Print to PDF support
- OBS Studio
- Zoom
- XP Pen tablet support
- VirtualBox / VirtualBox guest additions
- Git
- Arc Dark theme, Qogir icons, Nord color scheme
- Fonts: Noto Sans, Noto Serif, Deja Vu, Fira Code, Awesome Terminal Fonts, Noto Emoji
Win+1
- TerminalWin+2
- FirefoxWin+3
- File managerWin+4
- VS CodeWin+5
- mpvWin+6
- TransmissionWin+7
toWin+9
- everything else
-
Win+Return
- Terminal -
Win+W
- Firefox -
Win+N
- File manager -
Win+D
- Applications menu -
Win+T
- Windows menu -
Win+C
- Clipboard manager -
Win+Escape
- Power menu -
Win+/
- Google Search -
Win+#
- Google Translate
git aliases
- Show all aliases and their commands.git amend
- Amend previous commit.git branches
- Show all branches.git count
- List all repository contributors and their number of commits.git remotes
- Show all remotes.git tags
- Show all tags.
This repository is released under the Unlicense license. See LICENSE.md for more details.