Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 3.68 KB

README.md

File metadata and controls

101 lines (69 loc) · 3.68 KB

Sid's ~/.*

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

How to run

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.

Software

Keyboard Shortcuts / Aliases

i3 Workspaces

  • Win+1 - Terminal
  • Win+2 - Firefox
  • Win+3 - File manager
  • Win+4 - VS Code
  • Win+5 - mpv
  • Win+6 - Transmission
  • Win+7 to Win+9 - everything else

i3 Keybindings

  • 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

  • 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.

License

License

This repository is released under the Unlicense license. See LICENSE.md for more details.