Skip to content

percit/Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap To run download as zip and run ./bootstrap.sh

Scripts:

  • Flameshot for screenshots
  • nvim for coding
  • Anki
  • setting up german umlauts with espanso

todo:

making this as keybindings:

 # Define your custom keybinding and the corresponding command
 custom_key="'<Primary><Alt>t'"  # This represents Ctrl+Alt+t
 command_to_run="gnome-terminal"

 # Add the keybinding using gsettings
 gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'Custom Terminal Shortcut'
 gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command "$command_to_run"
 gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding "$custom_key"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages