From 98513a2c4c3c146ceb3b349aa570da90bc4e6b9d Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 22 Nov 2023 03:16:06 +0100 Subject: [PATCH] fixed spelling mistake --- wiki/docker/iv-org_-_invidious.md | 2 +- wiki/docker/rblsb_-_synctube.md | 2 +- wiki/games/league_of_legends.md | 2 +- wiki/games/steam_deck.md | 2 +- wiki/git.md | 2 +- wiki/gitea.md | 2 +- wiki/linux/fdupes.md | 2 +- wiki/linux/git_(client).md | 4 ++-- wiki/linux/khal.md | 2 +- wiki/linux/khard.md | 2 +- wiki/linux/neomutt.md | 4 ++-- wiki/linux/playerctl.md | 2 +- wiki/linux/sxhkd.md | 2 +- wiki/linux/todoman.md | 2 +- wiki/linux/vdirsyncer.md | 2 +- wiki/linux/vifm.md | 2 +- wiki/linux/vim/vim.md | 2 +- wiki/obs.md | 2 +- wiki/picard.md | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/wiki/docker/iv-org_-_invidious.md b/wiki/docker/iv-org_-_invidious.md index 06abd59..b762bd0 100755 --- a/wiki/docker/iv-org_-_invidious.md +++ b/wiki/docker/iv-org_-_invidious.md @@ -12,7 +12,7 @@ In addition to the main container you need to connect a First of all create a folder for your `rebuild.sh`. After that clone invidious from -[github](https://github.com/iv-org/invidious) into a folder within the +[GitHub](https://github.com/iv-org/invidious) into a folder within the just created folder. You can find the `docker-compose.yml` in the cloned directory. Set the variables, volumes and ports according and run the `rebuild.sh`. diff --git a/wiki/docker/rblsb_-_synctube.md b/wiki/docker/rblsb_-_synctube.md index bb65e9d..ed204a6 100644 --- a/wiki/docker/rblsb_-_synctube.md +++ b/wiki/docker/rblsb_-_synctube.md @@ -9,7 +9,7 @@ There is no official pre-build on docker-hub. ## Set-up First of all create a folder for your `rebuild.sh`. -After that clone synctube from [github](https://github.com/rblsb/synctube) into +After that clone synctube from [GitHub](https://github.com/rblsb/synctube) into a folder within the just created folder. Then build the image inside the git folder with `docker build -t synctube .`. Set the variables, volumes and ports according and run the `rebuild.sh`. diff --git a/wiki/games/league_of_legends.md b/wiki/games/league_of_legends.md index b8a16ac..292c489 100644 --- a/wiki/games/league_of_legends.md +++ b/wiki/games/league_of_legends.md @@ -17,7 +17,7 @@ The correct version can be downloaded using the [Lutris website](https://lutris.net/games/league-of-legends/). It is recommended that a custom version of [WINE GE](/wiki/linux/wine.md) is used named `Lutris-GE` which can be found on -[the Github page of WINE-GE-custom](https://github.com/GloriousEggroll/wine-ge-custom/releases?q=lol&expanded=true). +[the GitHub page of WINE-GE-custom](https://github.com/GloriousEggroll/wine-ge-custom/releases?q=lol&expanded=true). It is important to set up the game correctly for anti-cheat to work properly. By checking the right box at the launch of the games the anti-cheat can be enabled to persist through reboots on most Linux distributions. diff --git a/wiki/games/steam_deck.md b/wiki/games/steam_deck.md index 4b7e47f..c1b52c5 100644 --- a/wiki/games/steam_deck.md +++ b/wiki/games/steam_deck.md @@ -41,7 +41,7 @@ The Steam Deck features a wide variable of customization options. Some of these options can be accessed by installing [the plugin manager Decky](https://github.com/SteamDeckHomebrew/decky-loader). To install it download the setup file from the -[Github page](https://github.com/SteamDeckHomebrew/decky-loader) and run it. +[GitHub page](https://github.com/SteamDeckHomebrew/decky-loader) and run it. Afterwards the plugin manager will be available after pressing the `...` button on the Deck and navigating to the bottom of the menu. There plugins can be installed and removed aswell as managed. diff --git a/wiki/git.md b/wiki/git.md index 9c95a13..223f058 100644 --- a/wiki/git.md +++ b/wiki/git.md @@ -26,7 +26,7 @@ Web interfaces for git are quite useful for easily showing code to other people. Additionally it is easy to collaborate together. - [Gitea](gitea.md) is an open-source and selfhosted and can be dockerized. -- [Github](https://github.com) is the go to system for many people. Not +- [GitHub](https://github.com) is the go to system for many people. Not selfhosted, owned by microsoft ([cli-tool](https://github.com/github/hub)). #### Server without graphical interface diff --git a/wiki/gitea.md b/wiki/gitea.md index 5fba775..d6c5f8b 100644 --- a/wiki/gitea.md +++ b/wiki/gitea.md @@ -1,7 +1,7 @@ # Gitea Gitea is a selfhostable git server with a web interface. -It is similar to Github but opensource. +It is similar to GitHub but opensource. ## Setup diff --git a/wiki/linux/fdupes.md b/wiki/linux/fdupes.md index 275e1c2..441797d 100644 --- a/wiki/linux/fdupes.md +++ b/wiki/linux/fdupes.md @@ -7,7 +7,7 @@ specified directories. ## Setup The fdupes program can be installed by going to the -[github page of it](https://github.com/adrianlopezroche/fdupes/releases). +[GitHub page of it](https://github.com/adrianlopezroche/fdupes/releases). Alternatively many linux package managers package fdupes in the `fdupes` package. diff --git a/wiki/linux/git_(client).md b/wiki/linux/git_(client).md index fdb714f..f1818f8 100644 --- a/wiki/linux/git_(client).md +++ b/wiki/linux/git_(client).md @@ -41,7 +41,7 @@ git ls-files -v | grep "^S" ### Authentication via SSH Authentication by default is done via a username and a password. -For some services such as Github. +For some services such as GitHub. it is not possible to use password as an authentication method. The other possibility to authenticate to git is by using [SSH](/wiki/linux/ssh.md). @@ -50,7 +50,7 @@ For this a [SSH certificate has to be created](/wiki/linux/ssh.md#generate-new-keys) and [added to the authentication agent](/wiki/linux/ssh.md#adding-keys-to-authentication-agent). Afterwards it the public SSH key to be added to the git server. -For Github there is +For GitHub there is [a guide on that topic](https://docs.github.com/en/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password). Following these the git repositories have to be cloned in a special way to use diff --git a/wiki/linux/khal.md b/wiki/linux/khal.md index d9071a2..0ca6b2a 100644 --- a/wiki/linux/khal.md +++ b/wiki/linux/khal.md @@ -7,7 +7,7 @@ You can sync it with [vdirsyncer](vdirsyncer.md) ## Setup On most linux distributions Khal can be installed with the `khal` package. -Alternatively it can be installed via [Github](https://github.com/pimutils/khal). +Alternatively it can be installed via [GitHub](https://github.com/pimutils/khal). ### Configuration diff --git a/wiki/linux/khard.md b/wiki/linux/khard.md index 842b2e3..3c30ea6 100644 --- a/wiki/linux/khard.md +++ b/wiki/linux/khard.md @@ -7,7 +7,7 @@ You can sync it with [vdirsyncer](vdirsyncer.md). ## Setup On most linux distributions Khal can be installed with the `khard` package. -Alternatively it can be installed via [Github](https://github.com/lucc/khard). +Alternatively it can be installed via [GitHub](https://github.com/lucc/khard). ### Configuration diff --git a/wiki/linux/neomutt.md b/wiki/linux/neomutt.md index 4a3c8f6..3379317 100644 --- a/wiki/linux/neomutt.md +++ b/wiki/linux/neomutt.md @@ -8,11 +8,11 @@ It can be easily configured using mutt-wizard. ### setup with mutt-wizard - Install the dependecies: `neomutt`, `isync`, `msmtp`, `pass` -- Install mutt-wizard from [github](https://github.com/LukeSmithxyz/mutt-wizard) +- Install mutt-wizard from [GitHub](https://github.com/LukeSmithxyz/mutt-wizard) (AUR is not up to date) After installation you're able to use the commands described on mutt-wizards -github page. +GitHub page. You need to add the mail accounts you want to have in mutt. - `mbsync -a` - updates all mail-accounts diff --git a/wiki/linux/playerctl.md b/wiki/linux/playerctl.md index a7c455a..7d6e6d1 100644 --- a/wiki/linux/playerctl.md +++ b/wiki/linux/playerctl.md @@ -10,7 +10,7 @@ many other different media clients aswell as [browser](/wiki/browser.md). On most linux distributions PlayerCTL can be installed with the `playerctl` package. Alternatively it can be installed via -[Github](https://github.com/altdesktop/playerctl). +[GitHub](https://github.com/altdesktop/playerctl). ## Usage diff --git a/wiki/linux/sxhkd.md b/wiki/linux/sxhkd.md index b0928de..dacc44c 100644 --- a/wiki/linux/sxhkd.md +++ b/wiki/linux/sxhkd.md @@ -8,7 +8,7 @@ On most linux distributions SXHKD can be installed with the `sxhkd` package. Alternatively it can be installed via -[Github](https://github.com/baskerville/sxhkd). +[GitHub](https://github.com/baskerville/sxhkd). ## Usage diff --git a/wiki/linux/todoman.md b/wiki/linux/todoman.md index 318d16b..5c55748 100644 --- a/wiki/linux/todoman.md +++ b/wiki/linux/todoman.md @@ -7,7 +7,7 @@ You can sync it using [vdirsyncer](vdirsyncer.md) ## Setup Todoman can be installed via the -[github page](https://github.com/pimutils/todoman). +[GitHub page](https://github.com/pimutils/todoman). Some distributions also feature the `todoman` package. ### Configuration diff --git a/wiki/linux/vdirsyncer.md b/wiki/linux/vdirsyncer.md index 410ff35..cac28f8 100644 --- a/wiki/linux/vdirsyncer.md +++ b/wiki/linux/vdirsyncer.md @@ -6,7 +6,7 @@ contacts using the caldav and carddav protocol. ## Setup Vdirsyncer can be installed via the -[github page](https://github.com/pimutils/vdirsyncer). +[GitHub page](https://github.com/pimutils/vdirsyncer). Some distributions also feature the `vdirsyncer` package. ### Configuration diff --git a/wiki/linux/vifm.md b/wiki/linux/vifm.md index ddd6421..501e0a7 100644 --- a/wiki/linux/vifm.md +++ b/wiki/linux/vifm.md @@ -5,7 +5,7 @@ ## Setup ViFM can be installed via the -[github page](https://github.com/vifm/vifm). +[GitHub page](https://github.com/vifm/vifm). Some distributions also feature the `vifm` package. ### Configuration diff --git a/wiki/linux/vim/vim.md b/wiki/linux/vim/vim.md index 066b262..dba3f9d 100644 --- a/wiki/linux/vim/vim.md +++ b/wiki/linux/vim/vim.md @@ -5,7 +5,7 @@ A good alternative to baseline Vim is Neovim. [Neovim](https://github.com/neovim/neovim) is based on Vim and focused on extensibility and usability. The configuration file is stored in `.config/nvim/init.vim` -On Github [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using +On GitHub [Vim-Galore](https://github.com/mhinz/vim-galore) gives extensive guides and tips on using Vim. ## Plug-In diff --git a/wiki/obs.md b/wiki/obs.md index dfe8975..b61ca77 100644 --- a/wiki/obs.md +++ b/wiki/obs.md @@ -34,7 +34,7 @@ The removed background can be replaced with color key filters. #### Installation Made by royshil -[the github page](https://github.com/royshil/obs-backgroundremoval#linux) +[the GitHub page](https://github.com/royshil/obs-backgroundremoval#linux) describes various possibilities to install the background removal for OBS on different systems. On Linux systems background removal is often contained in a package named diff --git a/wiki/picard.md b/wiki/picard.md index ab9f5d6..469cad7 100644 --- a/wiki/picard.md +++ b/wiki/picard.md @@ -8,7 +8,7 @@ It is able to tag a wide range of [audio codecs](./audio.md#audio-codecs) ## Setup Picard is available on the [official website](https://picard.musicbrainz.org/) -and [github](https://github.com/metabrainz/picard). +and [GitHub](https://github.com/metabrainz/picard). Additionally for some [Linux distributions](/wiki/linux.md#distributions) it is available via a package often called `picard`.