diff --git a/Applications/README.md b/Applications/README.md index ee6e6c3..9a8a955 100644 --- a/Applications/README.md +++ b/Applications/README.md @@ -38,7 +38,7 @@ [blueman](https://github.com/blueman-project/blueman): Bluetooth Manager. -[DNSCrypt](dnscrypt.md) +[dnscrypt-proxy](dnscrypt-proxy.md) [OpenVPN](openvpn.md) diff --git a/Applications/cheat.md b/Applications/cheat.md index 702a10f..2b1a2c5 100644 --- a/Applications/cheat.md +++ b/Applications/cheat.md @@ -6,6 +6,7 @@ ## Linux -Assume you use Archlinux. - -[gameconqueror](https://www.archlinux.org/packages/community/x86_64/gameconqueror/) +| Distribution | Package | +| ------------ | --------------- | +| Archlinux | `gameconqueror` | +| Ubuntu | `gameconqueror` | diff --git a/Applications/dnscrypt.md b/Applications/dnscrypt-proxy.md similarity index 68% rename from Applications/dnscrypt.md rename to Applications/dnscrypt-proxy.md index d2b9609..065c3bd 100644 --- a/Applications/dnscrypt.md +++ b/Applications/dnscrypt-proxy.md @@ -1,8 +1,9 @@ -# DNSCrypt +# dnscrypt-proxy -Assume you use Archlinux and NetworkManager. - -Install [dnscrypt-proxy](https://wiki.archlinux.org/index.php/Dnscrypt-proxy). +| Distribution | Package | +| ------------ | ---------------- | +| Archlinux | `dnscrypt-proxy` | +| Ubuntu | `dnscrypt-proxy` | Edit `/etc/dnscrypt-proxy/dnscrypt-proxy.toml`: diff --git a/Applications/fzf.md b/Applications/fzf.md index aff0f7a..5ec61c9 100644 --- a/Applications/fzf.md +++ b/Applications/fzf.md @@ -1,5 +1,10 @@ # [fzf](https://wiki.archlinux.org/index.php/Fzf) +| Distribution | Package | +| ------------ | ------- | +| Archlinux | `fzf` | +| Ubuntu | `fzf` | + Add to `~/.bashrc`: ```bash diff --git a/Applications/git.md b/Applications/git.md index cdb6a89..dbbdde1 100644 --- a/Applications/git.md +++ b/Applications/git.md @@ -1,5 +1,10 @@ # Git +| Distribution | Package | +| ------------ | ------- | +| Archlinux | `git` | +| Ubuntu | `git` | + Add to `~/.bashrc`: ```bash diff --git a/Applications/neovim.md b/Applications/neovim.md index 0ec05e1..f1802e0 100644 --- a/Applications/neovim.md +++ b/Applications/neovim.md @@ -1,5 +1,10 @@ # [Neovim](https://github.com/neovim/neovim) +| Distribution | Package | +| ------------ | -------- | +| Archlinux | `neovim` | +| Ubuntu | `neovim` | + Add to `~/.bashrc`: ```bash diff --git a/Applications/rsync.md b/Applications/rsync.md index 078a8e1..81d4bc4 100644 --- a/Applications/rsync.md +++ b/Applications/rsync.md @@ -1,5 +1,10 @@ # rsync +| Distribution | Package | +| ------------ | ------- | +| Archlinux | `rsync` | +| Ubuntu | `rsync` | + ```sh rsync -vah src dest ``` diff --git a/Applications/steam.md b/Applications/steam.md index 0fe2b62..5d60371 100644 --- a/Applications/steam.md +++ b/Applications/steam.md @@ -1,19 +1,5 @@ # Steam -Assume you use Archlinux. - -## Driver - -Read [AMDGPU](https://wiki.archlinux.org/index.php/AMDGPU). - -Read [ATI](https://wiki.archlinux.org/index.php/ATI). - -Read [PRIME](https://wiki.archlinux.org/index.php/PRIME). - -## Set up - -Read [Steam](https://wiki.archlinux.org/index.php/steam). - In Steam, set launch options for game: ```sh diff --git a/Applications/tmux.md b/Applications/tmux.md index 4768519..c8f8a67 100644 --- a/Applications/tmux.md +++ b/Applications/tmux.md @@ -1,5 +1,10 @@ # tmux +| distribution | package | +| ------------ | ------- | +| archlinux | `tmux` | +| ubuntu | `tmux` | + 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.