1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

fixed spelling mistake

This commit is contained in:
2023-11-22 03:16:06 +01:00
parent 590a438e9c
commit 98513a2c4c
19 changed files with 21 additions and 21 deletions

View File

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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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