start:system
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system [2024/10/15 07:00] – marlonivo | start:system [2024/10/15 07:02] (current) – marlonivo | ||
---|---|---|---|
Line 6: | Line 6: | ||
* [[https:// | * [[https:// | ||
- | Configuring those is a major step into digital sovereignty and mental independence, | + | Configuring those is a major step into digital sovereignty and mental independence, |
+ | |||
+ | ---- | ||
===== Additions ===== | ===== Additions ===== | ||
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |
* [[https:// | * [[https:// | ||
- | ---- | ||
- | |||
- | ===== Keybindings ===== | ||
- | |||
- | Your scripts and key's for repetitive tasks should be unified within alignment to the UNIX-system-structure in order to create an seamless workflow. If i would start over i would begin by creating a file for writing all bindings into: | ||
- | < | ||
- | mkdir bindings && cd ~/bindings && touch bindings.md | ||
- | </ | ||
- | |||
- | Placing it into my preferred bar and shortcut to pull it up. Then you can choose your unified shortcuts besides those that already exist, e.g <c c> for copying and <c v> for inserting. | ||
- | |||
- | ===== Workflows ===== | ||
- | |||
- | Example of an github workflow (extremely time-consuming): | ||
- | |||
- | < | ||
- | cd ~/ | ||
- | git remote set-url origin git@github.com: | ||
- | git pull --no-rebase origin main - resolve differences between server-repo and local folder | ||
- | git add . - add changes to queue | ||
- | git commit -m " | ||
- | git push origin main - push changes in queue | ||
- | </ | ||
- | |||
- | Example of an script to automate: | ||
- | The following script has everything integrated, which reduces a part of the workflow to an simple `git-sync` command. Every command-bulk and most of the workflows can be reduced in time. | ||
- | < | ||
- | / | ||
- | alias git-sync=' | ||
- | </ |
start/system.1728975605.txt.gz · Last modified: 2024/10/15 07:00 by marlonivo