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/09/03 06:10] – [Addtions] marlonivo | start:system [2024/10/15 07:02] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Unix ====== | ====== Unix ====== | ||
- | The major part of unifieing your System consists out offirstly consists out of: | + | * [[https:// |
- | | + | |
- | | + | |
+ | * [[https:// | ||
- | Configuring those is not available on normie distros which is why you need to install Linux. If you decided to install Linux, go for your preffered Distro. Arch is the most popular one, but Artix is an older Version of it, that has desireable features, like "// | + | Configuring those is a major step into digital sovereignty and mental independence, it includes decentralization |
- | + | ||
- | * [[https:// | + | |
- | + | ||
- | ===== Addtions ===== | + | |
- | + | ||
- | After you finished your installation, | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
---- | ---- | ||
- | ===== Keybindings | + | ===== Additions |
- | + | ||
- | 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 preffered bar and shortcut to pull it up. Then you can choose your uniefied 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): | + | |
- | < | + | * [[https://wiki.marlonivo.xyz/start: |
- | cd ~/place/of/git/ | + | * [[https://wiki.marlonivo.xyz/ |
- | git remote set-url origin git@github.com:user/repository.git | + | * [[https:// |
- | git pull --no-rebase origin main - resolve differences between server-repo and local folder | + | * [[https:// |
- | git add . - add changes | + | * [[https:// |
- | git commit -m " | + | |
- | git push origin main - push changes in qeue | + | |
- | </code> | + | |
- | Example of an script to automate: | ||
- | The following script has everything integratet, wich 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.1725343824.txt.gz · Last modified: 2024/09/03 06:10 by marlonivo