diff --git a/Applications/README.md b/Applications/README.md index 78243f2..f091519 100644 --- a/Applications/README.md +++ b/Applications/README.md @@ -20,6 +20,8 @@ [fzf](fzf.md): command-line finder. +[The Silver Searcher](https://github.com/ggreer/the_silver_searcher): similar to `ack`. + [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): `diff` with human readable. [tldr](https://github.com/tldr-pages/tldr): simple `man`. diff --git a/Applications/bash.md b/Applications/bash.md index fc96db2..2f94f87 100644 --- a/Applications/bash.md +++ b/Applications/bash.md @@ -20,14 +20,14 @@ export HISTIGNORE="cd:cd *:ls:ls *:pwd:exit" | Distribution | Package | | ------------ | ----------------- | -| Archlinux | `bash-completion` | +| Arch Linux | `bash-completion` | | Ubuntu | `bash-completion` | | Homebrew | `bash-completion` | Add to `~/.bashrc`: ```bash -# Archlinux, Ubuntu +# Arch Linux, Ubuntu [[ -f /usr/share/bash-completion/bash_completion ]] && \ source /usr/share/bash-completion/bash_completion diff --git a/Applications/bat.md b/Applications/bat.md index 39a2d3b..94a2fc2 100644 --- a/Applications/bat.md +++ b/Applications/bat.md @@ -2,14 +2,14 @@ | Distribution | Package | | ------------ | ---------- | -| Archlinux | `bat` | +| Arch Linux | `bat` | | Ubuntu | `rust-bat` | | Homebrew | `bat` | Add to `~/.bashrc`: ```bash -# Archlinux, Ubuntu +# Arch Linux, Ubuntu [[ -f /usr/bin/bat ]] && \ alias cat="bat" diff --git a/Applications/cheat.md b/Applications/cheat.md index af0ff18..9dbee8b 100644 --- a/Applications/cheat.md +++ b/Applications/cheat.md @@ -4,7 +4,7 @@ | Distribution | Package | | ------------ | --------------- | -| Archlinux | `gameconqueror` | +| Arch Linux | `gameconqueror` | | Ubuntu | `gameconqueror` | ## Windows diff --git a/Applications/dnscrypt-proxy.md b/Applications/dnscrypt-proxy.md index 065c3bd..3646a04 100644 --- a/Applications/dnscrypt-proxy.md +++ b/Applications/dnscrypt-proxy.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ---------------- | -| Archlinux | `dnscrypt-proxy` | +| Arch Linux | `dnscrypt-proxy` | | Ubuntu | `dnscrypt-proxy` | Edit `/etc/dnscrypt-proxy/dnscrypt-proxy.toml`: diff --git a/Applications/exa.md b/Applications/exa.md index c66d3ac..844926d 100644 --- a/Applications/exa.md +++ b/Applications/exa.md @@ -2,14 +2,14 @@ | Distribution | Package | | ------------ | ---------- | -| Archlinux | `exa` | +| Arch Linux | `exa` | | Ubuntu | `rust-exa` | | Homebrew | `exa` | Add to `~/.bashrc`: ```bash -# Archlinux, Ubuntu +# Arch Linux, Ubuntu [[ -f /usr/bin/exa ]] && \ alias ls="exa" diff --git a/Applications/flatpak-snap.md b/Applications/flatpak-snap.md index e522db5..699717f 100644 --- a/Applications/flatpak-snap.md +++ b/Applications/flatpak-snap.md @@ -1,11 +1,5 @@ # Flatpak and Snap -Assume you use Archlinux. - -Read [Flatpak](https://wiki.archlinux.org/index.php/Flatpak). - -Read [Snap](https://wiki.archlinux.org/index.php/Snap). - ## Internet Chromium @@ -84,6 +78,9 @@ Visual Studio Code [Flatpak](https://flathub.org/apps/details/com.visualstudio.code) [Snap](https://snapcraft.io/code) +Tau +[Flatpak](https://flathub.org/apps/details/org.gnome.Tau) + ### IDE GoLand diff --git a/Applications/fzf.md b/Applications/fzf.md index c43988f..75739c0 100644 --- a/Applications/fzf.md +++ b/Applications/fzf.md @@ -2,14 +2,14 @@ | Distribution | Package | | ------------ | ------- | -| Archlinux | `fzf` | +| Arch Linux | `fzf` | | Ubuntu | `fzf` | | Homebrew | `fzf` | Add to `~/.bashrc`: ```bash -# Archlinux, Ubuntu +# Arch Linux, Ubuntu [[ -f /usr/share/fzf/completion.bash ]] && \ source /usr/share/fzf/completion.bash [[ -f /usr/share/fzf/key-bindings.bash ]] && \ diff --git a/Applications/git.md b/Applications/git.md index 24b0f83..13e0d46 100644 --- a/Applications/git.md +++ b/Applications/git.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ------- | -| Archlinux | `git` | +| Arch Linux | `git` | | Ubuntu | `git` | Save usernames and passwords in `~/.git-credentials`: diff --git a/Applications/ncat.md b/Applications/ncat.md index 1f4c29c..c85f2eb 100644 --- a/Applications/ncat.md +++ b/Applications/ncat.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ------- | -| Archlinux | `nmap` | +| Arch Linux | `nmap` | | Ubuntu | `ncat` | | Homebrew | `nmap` | diff --git a/Applications/neovim.md b/Applications/neovim.md index 5edff51..100e7a4 100644 --- a/Applications/neovim.md +++ b/Applications/neovim.md @@ -1,17 +1,17 @@ # [Neovim](https://github.com/neovim/neovim) -| Distribution | Package | -| ------------ | ---------- | -| Archlinux | `neovim` | -| Ubuntu | `neovim` | -| Homebrew | `neovim` ` | +| Distribution | Package | +| ------------ | -------- | +| Arch Linux | `neovim` | +| Ubuntu | `neovim` | +| Homebrew | `neovim` | Add to `~/.bashrc`: ```bash export EDITOR=nvim -# Archlinux, Ubuntu +# Arch Linux, Ubuntu [[ -f /usr/bin/nvim ]] && \ alias vim="nvim" diff --git a/Applications/openvpn.md b/Applications/openvpn.md index c75bacf..5bb2d9d 100644 --- a/Applications/openvpn.md +++ b/Applications/openvpn.md @@ -4,7 +4,7 @@ Read [update-systemd-resolved](https://github.com/jonathanio/update-systemd-reso | Distribution | Package | | ------------ | --------------------------------------- | -| Archlinux | `openvpn-update-systemd-resolved` (AUR) | +| Arch Linux | `openvpn-update-systemd-resolved` (AUR) | | Ubuntu | `openvpn-systemd-resolved` | Start and enable service: diff --git a/Applications/rsync.md b/Applications/rsync.md index 81d4bc4..17f20e8 100644 --- a/Applications/rsync.md +++ b/Applications/rsync.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ------- | -| Archlinux | `rsync` | +| Arch Linux | `rsync` | | Ubuntu | `rsync` | ```sh diff --git a/Applications/systemd-boot.md b/Applications/systemd-boot.md index ca45109..6cb551a 100644 --- a/Applications/systemd-boot.md +++ b/Applications/systemd-boot.md @@ -2,7 +2,7 @@ Read [systemd-boot](https://wiki.archlinux.org/index.php/Systemd-boot). -Assume you use Archlinux, and [EFI system partition](https://wiki.archlinux.org/index.php/EFI_system_partition) mount point is `/boot`. +Assume you use Arch Linux, and [EFI system partition](https://wiki.archlinux.org/index.php/EFI_system_partition) mount point is `/boot`. Install: @@ -28,7 +28,7 @@ editor no Edit `/boot/loader/entries/archlinux.conf`: ```txt -title Archlinux +title Arch Linux linux /vmlinuz-linux initrd /intel-ucode.img initrd /initramfs-linux.img diff --git a/Applications/tmux.md b/Applications/tmux.md index 992dae6..cf96ad1 100644 --- a/Applications/tmux.md +++ b/Applications/tmux.md @@ -2,7 +2,7 @@ | distribution | package | | ------------ | ------- | -| Archlinux | `tmux` | +| Arch Linux | `tmux` | | Ubuntu | `tmux` | Imagine you want to run a long task in terminal, but you don't want to keep terminal open. diff --git a/Applications/xinput.md b/Applications/xinput.md index ccbef36..37e7618 100644 --- a/Applications/xinput.md +++ b/Applications/xinput.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ------------- | -| Archlinux | `xorg-xinput` | +| Arch Linux | `xorg-xinput` | | Ubuntu | `xinput` | List devices: diff --git a/Development/ansible.md b/Development/ansible.md index 409fbd1..606ffa9 100644 --- a/Development/ansible.md +++ b/Development/ansible.md @@ -2,5 +2,5 @@ | Distribution | Package | | ------------ | --------- | -| Archlinux | `ansible` | +| Arch Linux | `ansible` | | Ubuntu | `ansible` | diff --git a/Development/antlr4.md b/Development/antlr4.md index e154269..230e91e 100644 --- a/Development/antlr4.md +++ b/Development/antlr4.md @@ -2,13 +2,13 @@ | Distribution | Package | | ------------ | -------- | -| Archlinux | `antlr4` | +| Arch Linux | `antlr4` | | Ubuntu | `antlr4` | Add to `~/.bashrc`: ```bash -# Archlinux +# Arch Linux export classpath=".:/usr/share/java/antlr-complete.jar:$classpath" # Ubuntu diff --git a/Development/docker.md b/Development/docker.md index 462bffa..9b0cf57 100644 --- a/Development/docker.md +++ b/Development/docker.md @@ -2,11 +2,10 @@ | Distribution | Package | | ------------ | ----------------------------------------------------- | -| Archlinux | `docker` | +| Arch Linux | `docker` | | Ubuntu | [See](https://docs.docker.com/engine/install/ubuntu/) | -On Archlinux, enable and start service: - +On Arch Linux, enable and start service: ```sh systemctl enable --now docker.service diff --git a/Development/go/README.md b/Development/go/README.md index 3cc7b5e..8b16745 100644 --- a/Development/go/README.md +++ b/Development/go/README.md @@ -2,7 +2,7 @@ | Distribution | Package | | ------------ | ----------------------------------------------- | -| Archlinux | `go`, `go-tools` | +| Arch Linux | `go`, `go-tools` | | Ubuntu | [See](https://github.com/golang/go/wiki/Ubuntu) | Add to `~/.bashrc`: diff --git a/Development/redis.md b/Development/redis.md index 37840dc..24a542f 100644 --- a/Development/redis.md +++ b/Development/redis.md @@ -15,7 +15,7 @@ docker run -d \ | Distribution | Package | | ------------ | -------------- | -| Archlinux | `redis` | +| Arch Linux | `redis` | | Ubuntu | `redis-server` | Connect: diff --git a/Extensions/gnome-extensions.md b/Extensions/gnome-extensions.md index b83ed05..ea4346d 100644 --- a/Extensions/gnome-extensions.md +++ b/Extensions/gnome-extensions.md @@ -1,9 +1,5 @@ # Gnome Extensions -Assume you use Archlinux. - -Read [GNOME/Extensions](https://wiki.archlinux.org/index.php/GNOME#Extensions). - [Dash to Panel](https://github.com/home-sweet-gnome/dash-to-panel) [Dash to Dock](https://github.com/micheleg/dash-to-dock) diff --git a/install-archlinux.md b/install-archlinux.md index 3bda402..e127870 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -1,6 +1,6 @@ -# Install Archlinux +# Install Arch Linux -Install Archlinux is thing I always want to do for my laptop/PC since I had my laptop in ninth grade. +Install Arch Linux is thing I always want to do for my laptop/PC since I had my laptop in ninth grade. This is not a guide for everyone, this is just save for myself in a future and for anyone who want to taste a bit.