From b66f0b7c89e038e39cfb0e3abf1fced08caef45d Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 4 Apr 2021 14:44:04 +0700 Subject: [PATCH] docs: cleanup fedora, snap flatpak --- Applications/Essential/Neovim.md | 1 - Applications/Essential/Zsh.md | 16 ------ Applications/Essential/bash-completion.md | 6 +-- Applications/Essential/curl.md | 2 - Applications/Essential/fd.md | 2 - Applications/Essential/fzf.md | 4 -- Applications/Essential/ripgrep.md | 2 - Applications/Essential/rsync.md | 4 -- Applications/Essential/tldr.md | 8 --- Applications/Essential/tmux.md | 4 -- Applications/Misc/Cheat.md | 9 +--- Applications/Misc/Delta.md | 20 -------- Applications/Misc/Foliate.md | 1 - Applications/Misc/Fondo.md | 5 -- Applications/Misc/GameMode.md | 1 - Applications/Misc/Gnirehtet.md | 5 -- Applications/Misc/Heimdall.md | 1 - Applications/Misc/OBS Studio.md | 5 -- Applications/Misc/Planner.md | 5 -- Applications/Misc/Rclone.md | 2 - Applications/Misc/Steam.md | 7 --- Applications/Misc/Syncthing.md | 2 - Applications/Misc/Tig.md | 8 --- Applications/Misc/Tilix.md | 9 ---- Applications/Misc/WoeUSB.md | 1 - Applications/Misc/adb.md | 1 - Applications/Misc/apng2gif.md | 2 +- Applications/Misc/bat.md | 4 -- Applications/Misc/bucklespring.md | 2 - Applications/Misc/duf.md | 2 - Applications/Misc/exa.md | 2 - Applications/Misc/imagemagick.md | 1 - Applications/Misc/inkscape.md | 1 - Applications/Misc/kitty.md | 2 - Applications/Misc/lazydocker.md | 5 -- Applications/Misc/lazygit.md | 5 -- Applications/Misc/librdkafka.md | 11 ---- Applications/Misc/mdBook.md | 5 -- Applications/Misc/mpv.md | 7 +-- Applications/Misc/ncdu.md | 2 - Applications/Misc/redli.md | 7 --- Applications/Misc/scrcpy.md | 9 ++-- Applications/Misc/wslu.md | 5 -- Applications/Misc/youtube-dl.md | 2 - Applications/Network/HTTPie.md | 2 - Applications/Network/OpenSSH.md | 4 -- Applications/Network/OpenVPN.md | 4 -- Applications/Network/Telnet.md | 2 - Applications/Network/sshuttle.md | 2 - Applications/System/Blueman.md | 1 - Applications/System/NetworkManager.md | 2 - Applications/System/PipeWire.md | 2 - Applications/System/Profile-sync-daemon.md | 2 - Applications/System/TLP.md | 18 ------- Applications/System/dnscrypt-proxy.md | 5 -- Applications/System/earlyoom.md | 3 -- Applications/System/efibootmgr.md | 5 -- Applications/System/iwd.md | 5 -- Applications/System/systemd-networkd.md | 4 -- Applications/System/systemd-resolved.md | 2 - Applications/System/systemd-swap.md | 5 -- Development/Docker.md | 2 - Development/Go/README.md | 2 - Development/Podman.md | 2 - Development/Python/README.md | 2 - appearance.md | 58 ++++++++-------------- 66 files changed, 28 insertions(+), 311 deletions(-) delete mode 100644 Applications/Essential/Zsh.md delete mode 100644 Applications/Misc/Delta.md delete mode 100644 Applications/Misc/Fondo.md delete mode 100644 Applications/Misc/Gnirehtet.md delete mode 100644 Applications/Misc/OBS Studio.md delete mode 100644 Applications/Misc/Planner.md delete mode 100644 Applications/Misc/Steam.md delete mode 100644 Applications/Misc/Tig.md delete mode 100644 Applications/Misc/Tilix.md delete mode 100644 Applications/Misc/lazydocker.md delete mode 100644 Applications/Misc/lazygit.md delete mode 100644 Applications/Misc/librdkafka.md delete mode 100644 Applications/Misc/mdBook.md delete mode 100644 Applications/Misc/redli.md delete mode 100644 Applications/Misc/wslu.md delete mode 100644 Applications/System/TLP.md diff --git a/Applications/Essential/Neovim.md b/Applications/Essential/Neovim.md index 6832b57..a736f9b 100644 --- a/Applications/Essential/Neovim.md +++ b/Applications/Essential/Neovim.md @@ -4,7 +4,6 @@ | ------------ | -------- | | Arch Linux | `neovim` | | Ubuntu | `neovim` | -| Homebrew | `neovim` | | Shorcut | Description | | ------------------------------ | ------------------------------------- | diff --git a/Applications/Essential/Zsh.md b/Applications/Essential/Zsh.md deleted file mode 100644 index f0b5746..0000000 --- a/Applications/Essential/Zsh.md +++ /dev/null @@ -1,16 +0,0 @@ -# [Zsh](https://wiki.archlinux.org/index.php/Zsh) - -## macOS - -To use latest zsh in macOS, install `zsh` with Homebrew. -Then append to `/etc/shells`: - -```txt -/usr/local/bin/zsh -``` - -Set default shell: - -```sh -chsh -s /usr/local/bin/zsh -``` diff --git a/Applications/Essential/bash-completion.md b/Applications/Essential/bash-completion.md index 4f51590..53a8a61 100644 --- a/Applications/Essential/bash-completion.md +++ b/Applications/Essential/bash-completion.md @@ -4,14 +4,10 @@ | ------------ | ----------------- | | Arch Linux | `bash-completion` | | Ubuntu | `bash-completion` | -| Fedora | `bash-completion` | -| Homebrew | `bash-completion` | -With Arch Linux, Ubuntu, add to `~/.bashrc`: +Add to `~/.bashrc`: ```bash [[ -f /usr/share/bash-completion/bash_completion ]] && \ source /usr/share/bash-completion/bash_completion ``` - -With Homebrew, read [Homebrew Shell Completion](https://docs.brew.sh/Shell-Completion). diff --git a/Applications/Essential/curl.md b/Applications/Essential/curl.md index dbc509f..1c94bad 100644 --- a/Applications/Essential/curl.md +++ b/Applications/Essential/curl.md @@ -4,8 +4,6 @@ | ------------ | ------- | | Arch Linux | `curl` | | Ubuntu | `curl` | -| Fedora | `curl` | -| Homebrew | `curl` | Add credentials, edit `~/.netrc`: diff --git a/Applications/Essential/fd.md b/Applications/Essential/fd.md index 9367388..d055519 100644 --- a/Applications/Essential/fd.md +++ b/Applications/Essential/fd.md @@ -1,7 +1,5 @@ # [fd](https://github.com/sharkdp/fd) -## Installation - | Distribution | Package | | ------------ | --------- | | Arch Linux | `fd` | diff --git a/Applications/Essential/fzf.md b/Applications/Essential/fzf.md index c334a77..0a58cf0 100644 --- a/Applications/Essential/fzf.md +++ b/Applications/Essential/fzf.md @@ -2,8 +2,6 @@ Should install using git. -## Shell - Add to `~/.bashrc`, `~/.zshrc`: ```sh @@ -22,8 +20,6 @@ export FZF_DEFAULT_OPTS='--color light' | `CTRL-T` | search through files and directories | | `CTRL-R` | search though command-line history | -## Editor - Add to `~/.vimrc`, `~/.config/nvim/init.vim`: ```vim diff --git a/Applications/Essential/ripgrep.md b/Applications/Essential/ripgrep.md index 56a2ebb..cf288fb 100644 --- a/Applications/Essential/ripgrep.md +++ b/Applications/Essential/ripgrep.md @@ -1,7 +1,5 @@ # [ripgrep](https://github.com/BurntSushi/ripgrep) -## Installation - | Distribution | Package | | ------------ | --------- | | Arch Linux | `ripgrep` | diff --git a/Applications/Essential/rsync.md b/Applications/Essential/rsync.md index 2dbf11b..17f20e8 100644 --- a/Applications/Essential/rsync.md +++ b/Applications/Essential/rsync.md @@ -1,14 +1,10 @@ # rsync -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `rsync` | | Ubuntu | `rsync` | -## Usage - ```sh rsync -vah src dest ``` diff --git a/Applications/Essential/tldr.md b/Applications/Essential/tldr.md index 0d81843..535d024 100644 --- a/Applications/Essential/tldr.md +++ b/Applications/Essential/tldr.md @@ -4,11 +4,3 @@ | ------------ | ------- | | Arch Linux | `tldr` | | Ubuntu | `tldr` | -| Fedora | `tldr` | -| Homebrew | `tldr` | - -Want to know `tar` ?: - -```sh -tldr tar -``` diff --git a/Applications/Essential/tmux.md b/Applications/Essential/tmux.md index 17b051a..d6548b2 100644 --- a/Applications/Essential/tmux.md +++ b/Applications/Essential/tmux.md @@ -1,14 +1,10 @@ # [tmux](https://wiki.archlinux.org/index.php/Tmux) -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `tmux` | | Ubuntu | `tmux` | -## Usage - Imagine you want to run a long task in terminal, but you don't want to keep terminal open. Run the task in tmux then detach session, after some time attach that session. diff --git a/Applications/Misc/Cheat.md b/Applications/Misc/Cheat.md index 08e8cee..cdbcf70 100644 --- a/Applications/Misc/Cheat.md +++ b/Applications/Misc/Cheat.md @@ -1,13 +1,6 @@ -# Cheat - -## Linux +# [gameconqueror](https://github.com/scanmem/scanmem) | Distribution | Package | | ------------ | --------------- | | Arch Linux | `gameconqueror` | | Ubuntu | `gameconqueror` | -| Fedora | `gameconqueror` | - -## Windows - -[Cheat Engine](https://github.com/cheat-engine/cheat-engine) diff --git a/Applications/Misc/Delta.md b/Applications/Misc/Delta.md deleted file mode 100644 index 188311d..0000000 --- a/Applications/Misc/Delta.md +++ /dev/null @@ -1,20 +0,0 @@ -# [Delta](https://github.com/dandavison/delta) - -| Distribution | Package | -| ------------ | ----------- | -| Fedora | `git-delta` | -| Homebrew | `git-delta` | - -Config in git: - -```sh -git config --global core.pager delta - -git config --global delta.syntax-theme YourFavoriteTheme -``` - -Edit in `~/.bashrc`, `~/.zshrc`: - -```sh -export DELTA_PAGER=bat -``` diff --git a/Applications/Misc/Foliate.md b/Applications/Misc/Foliate.md index 3606d71..23cd379 100644 --- a/Applications/Misc/Foliate.md +++ b/Applications/Misc/Foliate.md @@ -3,4 +3,3 @@ | Distribution | Package | | ------------ | --------- | | Arch Linux | `foliate` | -| Fedora | `foliate` | diff --git a/Applications/Misc/Fondo.md b/Applications/Misc/Fondo.md deleted file mode 100644 index 5e561b1..0000000 --- a/Applications/Misc/Fondo.md +++ /dev/null @@ -1,5 +0,0 @@ -# [Fondo](https://github.com/calo001/fondo) - -| Distribution | Package | -| ------------ | ------- | -| Fedora | `fondo` | diff --git a/Applications/Misc/GameMode.md b/Applications/Misc/GameMode.md index 76bf17b..5c88c40 100644 --- a/Applications/Misc/GameMode.md +++ b/Applications/Misc/GameMode.md @@ -4,7 +4,6 @@ | ------------ | ---------- | | Arch Linux | `gamemode` | | Ubuntu | `gamemode` | -| Fedora | `gamemode` | In Steam, set launch options: diff --git a/Applications/Misc/Gnirehtet.md b/Applications/Misc/Gnirehtet.md deleted file mode 100644 index 6995b20..0000000 --- a/Applications/Misc/Gnirehtet.md +++ /dev/null @@ -1,5 +0,0 @@ -# [Gnirehtet](https://github.com/Genymobile/gnirehtet) - -| Distribution | Package | -| ------------ | ----------- | -| Homebrew | `gnirehtet` | diff --git a/Applications/Misc/Heimdall.md b/Applications/Misc/Heimdall.md index ed08f9e..8c5af98 100644 --- a/Applications/Misc/Heimdall.md +++ b/Applications/Misc/Heimdall.md @@ -3,4 +3,3 @@ | Distribution | Package | | ------------ | ---------- | | Arch Linux | `heimdall` | -| Fedora | `heimdall` | diff --git a/Applications/Misc/OBS Studio.md b/Applications/Misc/OBS Studio.md deleted file mode 100644 index 42bc1c4..0000000 --- a/Applications/Misc/OBS Studio.md +++ /dev/null @@ -1,5 +0,0 @@ -[OBS Studio](https://github.com/obsproject/obs-studio) - -| Distribution | Package | -| ------------ | ------------ | -| Arch Linux | `obs-studio` | diff --git a/Applications/Misc/Planner.md b/Applications/Misc/Planner.md deleted file mode 100644 index 8c47fb8..0000000 --- a/Applications/Misc/Planner.md +++ /dev/null @@ -1,5 +0,0 @@ -# [Planner](https://github.com/alainm23/planner) - -| Distribution | Package | -| ------------ | ----------------------------------------------------------- | -| Fedora | `elementary-planner elementary-theme elementary-icon-theme` | diff --git a/Applications/Misc/Rclone.md b/Applications/Misc/Rclone.md index 2276470..3fa7426 100644 --- a/Applications/Misc/Rclone.md +++ b/Applications/Misc/Rclone.md @@ -4,5 +4,3 @@ | ------------ | -------- | | Arch Linux | `rclone` | | Ubuntu | `rclone` | -| Fedora | `rclone` | -| Homebrew | `rclone` | diff --git a/Applications/Misc/Steam.md b/Applications/Misc/Steam.md deleted file mode 100644 index 825fcab..0000000 --- a/Applications/Misc/Steam.md +++ /dev/null @@ -1,7 +0,0 @@ -# Steam - -In Steam, set launch options: - -```sh -DRI_PRIME=1 %command% -``` diff --git a/Applications/Misc/Syncthing.md b/Applications/Misc/Syncthing.md index 1967f4c..a13064e 100644 --- a/Applications/Misc/Syncthing.md +++ b/Applications/Misc/Syncthing.md @@ -1,7 +1,5 @@ # [Syncthing](https://github.com/syncthing/syncthing) -## Installation - | Distribution | Package | | ------------ | ----------- | | Arch Linux | `syncthing` | diff --git a/Applications/Misc/Tig.md b/Applications/Misc/Tig.md deleted file mode 100644 index adc31fd..0000000 --- a/Applications/Misc/Tig.md +++ /dev/null @@ -1,8 +0,0 @@ -# [Tig](https://github.com/jonas/tig) - -## Installation - -| Distribution | Package | -| ------------ | ------- | -| Arch Linux | `tig` | -| Ubuntu | `tig` | diff --git a/Applications/Misc/Tilix.md b/Applications/Misc/Tilix.md deleted file mode 100644 index 6b6dffe..0000000 --- a/Applications/Misc/Tilix.md +++ /dev/null @@ -1,9 +0,0 @@ -# [Tilix](https://github.com/gnunn1/tilix) - -VTE Configuration, add to `~/.bashrc`, `~/.zshrc`: - -```sh -if [ $TILIX_ID ] || [ $VTE_VERSION ]; then - source /etc/profile.d/vte.sh -fi -``` diff --git a/Applications/Misc/WoeUSB.md b/Applications/Misc/WoeUSB.md index 0b250df..fcb938c 100644 --- a/Applications/Misc/WoeUSB.md +++ b/Applications/Misc/WoeUSB.md @@ -3,4 +3,3 @@ | Distribution | Package | | ------------ | -------- | | Arch Linux | `woeusb` | -| Fedora | `WoeUSB` | diff --git a/Applications/Misc/adb.md b/Applications/Misc/adb.md index 49048f3..bd32e19 100644 --- a/Applications/Misc/adb.md +++ b/Applications/Misc/adb.md @@ -4,4 +4,3 @@ | ------------ | ------------------------------------------ | | Arch Linux | `android-tools` | | Ubuntu | `android-tools-adb android-tools-fastboot` | -| Fedora | `android-tools` | diff --git a/Applications/Misc/apng2gif.md b/Applications/Misc/apng2gif.md index 6f9a091..b3ae2fd 100644 --- a/Applications/Misc/apng2gif.md +++ b/Applications/Misc/apng2gif.md @@ -6,7 +6,7 @@ | Ubuntu | `apng2gif` | | Homebrew | `apng2gif` | -Usage: +Convert `input.png` to `output.gif`: ```sh apng2gif input.png output.gif diff --git a/Applications/Misc/bat.md b/Applications/Misc/bat.md index 6f81529..fbb13dd 100644 --- a/Applications/Misc/bat.md +++ b/Applications/Misc/bat.md @@ -1,14 +1,10 @@ # [bat](https://github.com/sharkdp/bat) -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `bat` | | Ubuntu | `bat` | -## Usage - List themes: ```sh diff --git a/Applications/Misc/bucklespring.md b/Applications/Misc/bucklespring.md index 2f058cb..feeb3e8 100644 --- a/Applications/Misc/bucklespring.md +++ b/Applications/Misc/bucklespring.md @@ -1,7 +1,5 @@ # [bucklespring](https://github.com/zevv/bucklespring) -## Installation - | Distribution | Package | | ------------ | -------------- | | Arch Linux | `bucklespring` | diff --git a/Applications/Misc/duf.md b/Applications/Misc/duf.md index af6ba50..e8f6238 100644 --- a/Applications/Misc/duf.md +++ b/Applications/Misc/duf.md @@ -1,7 +1,5 @@ # [duf](https://github.com/muesli/duf) -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `duf` | diff --git a/Applications/Misc/exa.md b/Applications/Misc/exa.md index 7998bfb..9b1f09f 100644 --- a/Applications/Misc/exa.md +++ b/Applications/Misc/exa.md @@ -1,7 +1,5 @@ # [exa](https://github.com/ogham/exa) -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `exa` | diff --git a/Applications/Misc/imagemagick.md b/Applications/Misc/imagemagick.md index f0afdb9..41726f2 100644 --- a/Applications/Misc/imagemagick.md +++ b/Applications/Misc/imagemagick.md @@ -4,7 +4,6 @@ | ------------ | ------------- | | Arch Linux | `imagemagick` | | Ubuntu | `imagemagick` | -| Fedora | `ImageMagick` | Convert `.svg` to `.png`: diff --git a/Applications/Misc/inkscape.md b/Applications/Misc/inkscape.md index 18cb840..d666919 100644 --- a/Applications/Misc/inkscape.md +++ b/Applications/Misc/inkscape.md @@ -4,7 +4,6 @@ | ------------ | ---------- | | Arch Linux | `inkscape` | | Ubuntu | `inkscape` | -| Fedora | `inkscape` | Convert `.svg` to `.png`: diff --git a/Applications/Misc/kitty.md b/Applications/Misc/kitty.md index 4793d35..ca293a8 100644 --- a/Applications/Misc/kitty.md +++ b/Applications/Misc/kitty.md @@ -4,8 +4,6 @@ | ------------ | ------- | | Arch Linux | `kitty` | | Ubuntu | `kitty` | -| Fedora | `kitty` | -| Homebrew | `kitty` | List fonts: diff --git a/Applications/Misc/lazydocker.md b/Applications/Misc/lazydocker.md deleted file mode 100644 index 6c91243..0000000 --- a/Applications/Misc/lazydocker.md +++ /dev/null @@ -1,5 +0,0 @@ -# [lazydocker](https://github.com/jesseduffield/lazydocker) - -| Distribution | Package | -| ------------ | ------------ | -| Homebrew | `lazydocker` | diff --git a/Applications/Misc/lazygit.md b/Applications/Misc/lazygit.md deleted file mode 100644 index f503064..0000000 --- a/Applications/Misc/lazygit.md +++ /dev/null @@ -1,5 +0,0 @@ -# [lazygit](https://github.com/jesseduffield/lazygit) - -| Distribution | Package | -| ------------ | --------- | -| Homebrew | `lazygit` | diff --git a/Applications/Misc/librdkafka.md b/Applications/Misc/librdkafka.md deleted file mode 100644 index 8e9e27e..0000000 --- a/Applications/Misc/librdkafka.md +++ /dev/null @@ -1,11 +0,0 @@ -# [librdkafka](https://github.com/edenhill/librdkafka) - -| Distribution | Package | -| ------------ | ------------ | -| Arch Linux | `librdkafka` | - -If compile, add to `~/.bashrc`, `~/.zshrc`: - -```sh -export LD_LIBRARY_PATH=/usr/local/lib -``` diff --git a/Applications/Misc/mdBook.md b/Applications/Misc/mdBook.md deleted file mode 100644 index ad626c6..0000000 --- a/Applications/Misc/mdBook.md +++ /dev/null @@ -1,5 +0,0 @@ -# [mdBook](https://github.com/rust-lang/mdBook) - -| Distribution | Package | -| ------------ | -------- | -| Homebrew | `mdbook` | diff --git a/Applications/Misc/mpv.md b/Applications/Misc/mpv.md index a54d99d..9381171 100644 --- a/Applications/Misc/mpv.md +++ b/Applications/Misc/mpv.md @@ -20,12 +20,7 @@ ### Youtube -Require [youtube-dl](https://github.com/ytdl-org/youtube-dl): - -| Distribution | Package | -| ------------ | ------------ | -| Arch Linux | `youtube-dl` | -| Ubuntu | `youtube-dl` | +Need [youtube-dl](Applications/Misc/youtube-dl.md): Play youtube in terminal: diff --git a/Applications/Misc/ncdu.md b/Applications/Misc/ncdu.md index ca2ce81..91aa095 100644 --- a/Applications/Misc/ncdu.md +++ b/Applications/Misc/ncdu.md @@ -4,5 +4,3 @@ | ------------ | ------- | | Arch Linux | `ncdu` | | Ubuntu | `ncdu` | -| Fedora | `ncdu` | -| Homebrew | `ncdu` | diff --git a/Applications/Misc/redli.md b/Applications/Misc/redli.md deleted file mode 100644 index 7488144..0000000 --- a/Applications/Misc/redli.md +++ /dev/null @@ -1,7 +0,0 @@ -# [redli](https://github.com/IBM-Cloud/redli) - -Usage: - -```sh -redli -h localhost -p 6379 -a password -``` diff --git a/Applications/Misc/scrcpy.md b/Applications/Misc/scrcpy.md index 89551ee..a451d21 100644 --- a/Applications/Misc/scrcpy.md +++ b/Applications/Misc/scrcpy.md @@ -1,8 +1,5 @@ # [scrcpy](https://github.com/Genymobile/scrcpy) -| Distribution | Package | -| ------------ | ------------------------------------------------------------ | -| Arch Linux | [AUR](https://aur.archlinux.org/packages/scrcpy/) | -| Ubuntu | `scrcpy` | -| Fedora | [COPR](https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/) | -| Homebrew | `scrcpy` | +| Distribution | Package | +| ------------ | -------- | +| Ubuntu | `scrcpy` | diff --git a/Applications/Misc/wslu.md b/Applications/Misc/wslu.md deleted file mode 100644 index f02e524..0000000 --- a/Applications/Misc/wslu.md +++ /dev/null @@ -1,5 +0,0 @@ -# [wslu](https://github.com/wslutilities/wslu) - -| Distribution | Package | -| ------------ | ------- | -| Ubuntu | `wslu` | diff --git a/Applications/Misc/youtube-dl.md b/Applications/Misc/youtube-dl.md index d871dc2..2c909a7 100644 --- a/Applications/Misc/youtube-dl.md +++ b/Applications/Misc/youtube-dl.md @@ -4,5 +4,3 @@ | ------------ | ------------ | | Arch Linux | `youtube-dl` | | Ubuntu | `youtube-dl` | -| Fedora | `youtube-dl` | -| Homebrew | `youtube-dl` | diff --git a/Applications/Network/HTTPie.md b/Applications/Network/HTTPie.md index e48787e..4d9f822 100644 --- a/Applications/Network/HTTPie.md +++ b/Applications/Network/HTTPie.md @@ -4,5 +4,3 @@ | ------------ | -------- | | Arch Linux | `httpie` | | Ubuntu | `httpie` | -| Fedora | `httpie` | -| Homebrew | `httpie` | diff --git a/Applications/Network/OpenSSH.md b/Applications/Network/OpenSSH.md index 9c8352f..39b840d 100644 --- a/Applications/Network/OpenSSH.md +++ b/Applications/Network/OpenSSH.md @@ -1,14 +1,10 @@ # [OpenSSH](https://www.openssh.com/) -## Installation - | Distribution | Package | | ------------ | ------------------------------- | | Arch Linux | `openssh` | | Ubuntu | `openssh-client openssh-server` | -## Configuration - Edit `~/.ssh/config`: ```txt diff --git a/Applications/Network/OpenVPN.md b/Applications/Network/OpenVPN.md index b625b7e..b9562ab 100644 --- a/Applications/Network/OpenVPN.md +++ b/Applications/Network/OpenVPN.md @@ -1,14 +1,10 @@ # OpenVPN -## Installation - | Distribution | Package | | ------------ | --------- | | Arch Linux | `openvpn` | | Ubuntu | `openvpn` | -## Usage - Connect with factor authentication and start as a dameon: ```sh diff --git a/Applications/Network/Telnet.md b/Applications/Network/Telnet.md index 75207e0..4d103e5 100644 --- a/Applications/Network/Telnet.md +++ b/Applications/Network/Telnet.md @@ -4,8 +4,6 @@ | ------------ | ----------- | | Arch Linux | `inetutils` | | Ubuntu | `telnet` | -| Fedora | `telnet` | -| Homebrew | `telnet` | Check connectivity: diff --git a/Applications/Network/sshuttle.md b/Applications/Network/sshuttle.md index 9c55b36..9a79e41 100644 --- a/Applications/Network/sshuttle.md +++ b/Applications/Network/sshuttle.md @@ -4,5 +4,3 @@ | ------------ | ---------- | | Arch Linux | `sshuttle` | | Ubuntu | `sshuttle` | -| Fedora | `sshuttle` | -| Homebrew | `sshuttle` | diff --git a/Applications/System/Blueman.md b/Applications/System/Blueman.md index cac44a7..681801e 100644 --- a/Applications/System/Blueman.md +++ b/Applications/System/Blueman.md @@ -4,4 +4,3 @@ | ------------ | --------- | | Arch Linux | `blueman` | | Ubuntu | `blueman` | -| Fedora | `blueman` | diff --git a/Applications/System/NetworkManager.md b/Applications/System/NetworkManager.md index be88ee5..b055012 100644 --- a/Applications/System/NetworkManager.md +++ b/Applications/System/NetworkManager.md @@ -1,7 +1,5 @@ # [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager) -## Installation - | Distribution | Package | | ------------ | ---------------- | | Arch Linux | `networkmanager` | diff --git a/Applications/System/PipeWire.md b/Applications/System/PipeWire.md index f7adb54..8bf146a 100644 --- a/Applications/System/PipeWire.md +++ b/Applications/System/PipeWire.md @@ -1,7 +1,5 @@ # [PipeWire](https://pipewire.org/) -## Installation - | Distribution | Package | | ------------ | ----------------------------------------------------- | | Arch Linux | `pipewire pipewire-alsa pipewire-pulse pipewire-jack` | diff --git a/Applications/System/Profile-sync-daemon.md b/Applications/System/Profile-sync-daemon.md index b7fad8d..c03992b 100644 --- a/Applications/System/Profile-sync-daemon.md +++ b/Applications/System/Profile-sync-daemon.md @@ -1,7 +1,5 @@ # [Profile-sync-daemon](https://github.com/graysky2/profile-sync-daemon) -## Installation - | Distribution | Package | | ------------ | --------------------- | | Arch Linux | `profile-sync-daemon` | diff --git a/Applications/System/TLP.md b/Applications/System/TLP.md deleted file mode 100644 index 0cb3660..0000000 --- a/Applications/System/TLP.md +++ /dev/null @@ -1,18 +0,0 @@ -# [TLP](https://github.com/linrunner/TLP) - -## Installation - -| Distribution | Package | -| ------------ | ------- | -| Arch Linux | `tlp` | -| Ubuntu | `tlp` | -| Fedora | `tlp` | - -Service: `tlp.service` - -### Thinkpads only - -| Distribution | Package | -| ------------ | ---------------- | -| Arch Linux | `acpi_call` | -| Ubuntu | `acpi-call-dkms` | diff --git a/Applications/System/dnscrypt-proxy.md b/Applications/System/dnscrypt-proxy.md index bbe9c14..418ffc0 100644 --- a/Applications/System/dnscrypt-proxy.md +++ b/Applications/System/dnscrypt-proxy.md @@ -1,17 +1,12 @@ # [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) -## Installation - | Distribution | Package | | ------------ | ---------------- | | Arch Linux | `dnscrypt-proxy` | | Ubuntu | `dnscrypt-proxy` | -| Fedora | `dnscrypt-proxy` | Service: `dnscrypt-proxy.service` -## Configuration - Edit `/etc/dnscrypt-proxy/dnscrypt-proxy.toml`: ```toml diff --git a/Applications/System/earlyoom.md b/Applications/System/earlyoom.md index 3f81b6a..fb964f7 100644 --- a/Applications/System/earlyoom.md +++ b/Applications/System/earlyoom.md @@ -1,11 +1,8 @@ # [earlyoom](https://github.com/rfjakob/earlyoom) -## Installation - | Distribution | Package | | ------------ | ---------- | | Arch Linux | `earlyoom` | | Ubuntu | `earlyoom` | -| Fedora | `earlyoom` | Service: `earlyoom.service` diff --git a/Applications/System/efibootmgr.md b/Applications/System/efibootmgr.md index be91e6b..331528f 100644 --- a/Applications/System/efibootmgr.md +++ b/Applications/System/efibootmgr.md @@ -1,14 +1,9 @@ # [efibootmgr](https://github.com/rhboot/efibootmgr) -## Installation - | Distribution | Package | | ------------ | ------------ | | Arch Linux | `efibootmgr` | | Ubuntu | `efibootmgr` | -| Fedora | `efibootmgr` | - -## Usage Display current Boot Manager settings: diff --git a/Applications/System/iwd.md b/Applications/System/iwd.md index 364a646..030dba4 100644 --- a/Applications/System/iwd.md +++ b/Applications/System/iwd.md @@ -1,17 +1,12 @@ # [iwd](https://git.kernel.org/pub/scm/network/wireless/iwd.git/) -## Installation - | Distribution | Package | | ------------ | ------- | | Arch Linux | `iwd` | | Ubuntu | `iwd` | -| Fedora | `iwd` | Service: `iwd.service` -## Usage - After run `iwctl`: ```sh diff --git a/Applications/System/systemd-networkd.md b/Applications/System/systemd-networkd.md index ad7d2b8..73c7052 100644 --- a/Applications/System/systemd-networkd.md +++ b/Applications/System/systemd-networkd.md @@ -1,13 +1,9 @@ # [systemd-networkd](https://wiki.archlinux.org/index.php/systemd-networkd) -## Installation - Service: `systemd-networkd.service` Need [systemd-resolved](Applications/System/systemd-resolved.md). -## Configuration - Wired adapter, edit `/etc/systemd/network/20-wired.network`: ```txt diff --git a/Applications/System/systemd-resolved.md b/Applications/System/systemd-resolved.md index 4e1f7b4..edba17e 100644 --- a/Applications/System/systemd-resolved.md +++ b/Applications/System/systemd-resolved.md @@ -1,5 +1,3 @@ # [systemd-resolved](https://wiki.archlinux.org/index.php/Systemd-resolved) -## Installation - Service: `systemd-resolved.service` diff --git a/Applications/System/systemd-swap.md b/Applications/System/systemd-swap.md index 632e6e9..3ead962 100644 --- a/Applications/System/systemd-swap.md +++ b/Applications/System/systemd-swap.md @@ -1,16 +1,11 @@ # [systemd-swap](https://github.com/Nefelim4ag/systemd-swap) -## Installation - | Distribution | Package | | ------------ | -------------- | | Arch Linux | `systemd-swap` | -| Fedora | `systemd-swap` | Service: `systemd-swap.service` -## Configuration - Create directory if not exist `/etc/systemd/swap.conf.d` and edit `/etc/systemd/swap.conf.d/overrides.conf`: ```txt diff --git a/Development/Docker.md b/Development/Docker.md index 8e18442..7fa5554 100644 --- a/Development/Docker.md +++ b/Development/Docker.md @@ -1,7 +1,5 @@ # Docker -## Installation - | Distribution | Package | | ------------ | ----------------------- | | Arch Linux | `docker docker-compose` | diff --git a/Development/Go/README.md b/Development/Go/README.md index 7a13393..02ad419 100644 --- a/Development/Go/README.md +++ b/Development/Go/README.md @@ -4,8 +4,6 @@ | ------------ | ---------------- | | Arch Linux | `go`, `go-tools` | -## Configuration - Add to `~/.bashrc`, `~/.zshrc`: ```sh diff --git a/Development/Podman.md b/Development/Podman.md index 47bbf0e..ffbe3fd 100644 --- a/Development/Podman.md +++ b/Development/Podman.md @@ -1,7 +1,5 @@ # [Podman](https://github.com/containers/podman) -## Installation - | Distribution | Package | | ------------ | ------------------------------------- | | Arch Linux | `podman podman-compose podman-docker` | diff --git a/Development/Python/README.md b/Development/Python/README.md index f451182..6d6375d 100644 --- a/Development/Python/README.md +++ b/Development/Python/README.md @@ -4,8 +4,6 @@ | ------------ | --------- | | Arch Linux | `python` | | Ubuntu | `python3` | -| Fedora | `python3` | -| Homebrew | `python3` | Shebang: diff --git a/appearance.md b/appearance.md index 4a2c961..ca4dba6 100644 --- a/appearance.md +++ b/appearance.md @@ -8,7 +8,6 @@ | ------------ | ------------------- | | Arch Linux | `materia-gtk-theme` | | Ubuntu | `materia-gtk-theme` | -| Fedora | `materia-gtk-theme` | [Plata-theme](https://gitlab.com/tista500/plata-theme) @@ -18,7 +17,6 @@ | ------------ | --------------- | | Arch Linux | `arc-gtk-theme` | | Ubuntu | `arc-theme` | -| Fedora | `arc-theme` | ## Icons @@ -28,13 +26,6 @@ | ------------ | -------------------- | | Arch Linux | `papirus-icon-theme` | | Ubuntu | `papirus-icon-theme` | -| Fedora | `papirus-icon-theme` | - -[La Capitaine](https://github.com/keeferrourke/la-capitaine-icon-theme) - -| Distribution | Package | -| ------------ | ------------------------- | -| Fedora | `la-capitaine-icon-theme` | ## Cursors @@ -42,10 +33,9 @@ [Capitaine cursors](https://github.com/keeferrourke/capitaine-cursors) -| Distribution | Package | -| ------------ | --------------------------- | -| Arch Linux | `capitaine-cursors` | -| Fedora | `la-capitaine-cursor-theme` | +| Distribution | Package | +| ------------ | ------------------- | +| Arch Linux | `capitaine-cursors` | ## Fonts @@ -61,11 +51,10 @@ fc-list [Google Noto Fonts](https://www.google.com/get/noto/) -| Distribution | Package | -| ------------ | ---------------------------------------------------------------------------- | -| Arch Linux | `noto-fonts` | -| Ubuntu | `fonts-noto` | -| Fedora | `google-noto-sans-fonts google-noto-serif-fonts google-noto-sans-mono-fonts` | +| Distribution | Package | +| ------------ | ------------ | +| Arch Linux | `noto-fonts` | +| Ubuntu | `fonts-noto` | [Ubuntu font](https://design.ubuntu.com/font/) @@ -83,35 +72,31 @@ fc-list [IBM Plex](https://github.com/IBM/plex) -| Distribution | Package | -| ------------ | -------------------- | -| Arch Linux | `ttf-ibm-plex` | -| Ubuntu | `fonts-ibm-plex` | -| Fedora | `ibm-plex-fonts-all` | +| Distribution | Package | +| ------------ | ---------------- | +| Arch Linux | `ttf-ibm-plex` | +| Ubuntu | `fonts-ibm-plex` | [Clear Sans](https://01.org/clear-sans) -| Distribution | Package | -| ------------ | ------------------------ | -| Ubuntu | `clear-sans` | -| Fedora | `intel-clear-sans-fonts` | +| Distribution | Package | +| ------------ | ------------ | +| Ubuntu | `clear-sans` | [Iosevka](https://github.com/be5invis/Iosevka) [Fira Code](https://github.com/tonsky/FiraCode) -| Distribution | Package | -| ------------ | ----------------- | -| Arch Linux | `ttf-fira-code` | -| Ubuntu | `fonts-firacode` | -| Fedora | `fira-code-fonts` | +| Distribution | Package | +| ------------ | ---------------- | +| Arch Linux | `ttf-fira-code` | +| Ubuntu | `fonts-firacode` | [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono) -| Distribution | Package | -| ------------ | ---------------------- | -| Arch Linux | `ttf-jetbrains-mono` | -| Fedora | `jetbrains-mono-fonts` | +| Distribution | Package | +| ------------ | -------------------- | +| Arch Linux | `ttf-jetbrains-mono` | [Cascadia Code](https://github.com/microsoft/cascadia-code) @@ -119,7 +104,6 @@ fc-list | ------------ | --------------------- | | Arch Linux | `ttf-cascadia-code` | | Ubuntu | `fonts-cascadia-code` | -| Fedora | `cascadia-code-fonts` | [Recursive Sans & Mono](https://github.com/arrowtype/recursive)