From e7f297aa479e1f8e39263fd007c628c2fcef8acf Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 25 Jun 2023 01:27:39 +0700 Subject: [PATCH] feat: add useful tools --- docs/2023-06-25-useful-tools.html | 675 ++++++++++++++++++++++++++++++ docs/index.html | 1 + posts/2023-06-25-useful-tools.md | 176 ++++++++ posts/index.md | 1 + 4 files changed, 853 insertions(+) create mode 100644 docs/2023-06-25-useful-tools.html create mode 100644 posts/2023-06-25-useful-tools.md diff --git a/docs/2023-06-25-useful-tools.html b/docs/2023-06-25-useful-tools.html new file mode 100644 index 0000000..bc4f597 --- /dev/null +++ b/docs/2023-06-25-useful-tools.html @@ -0,0 +1,675 @@ + + + + + + + + + + haunt98 posts + + + +
Index
+

+ Userful tools +

+

This just a raw list.

+

+ Tools +

+

+ Terminal +

+ +

Memory

+ +

For fun

+ +

+ UI +

+ +

Memory

+ +

+ macOS +

+ +

Memory

+ +

+ Developement +

+

+ Terminal +

+ +

Memory

+ +

+ Go +

+ +

+ UI +

+ +

Memory

+ +

+ macOS +

+

Memory

+ +

+ Games +

+ +

+ Notes +

+

MacPorts/native package manager > go/rust/pip.

+

Ignore HomeBrew, nix (for now).

+

Don't install:

+ +

+ macOS +

+

Hide Developer in Spotlight:

+
+
cd /Applications
+touch Xcode.app
+
+# Xcode mini version
+xcode-select --install
+
+

+ Linux +

+

+ Fix black screen when open game in fullscreen in external monitor with + kazysmaster/gnome-shell-extension-disable-unredirect +

+

+ Thanks +

+ + +
+ Feel free to ask me via + email or + Mastodon. Source + code is available on + GitHub +
+ + diff --git a/docs/index.html b/docs/index.html index 461a7fd..aef74c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,6 +73,7 @@
  • Khoan cắt bê tông 101
  • +
  • Useful tools
  • diff --git a/posts/2023-06-25-useful-tools.md b/posts/2023-06-25-useful-tools.md new file mode 100644 index 0000000..f7f15ad --- /dev/null +++ b/posts/2023-06-25-useful-tools.md @@ -0,0 +1,176 @@ +# Userful tools + +This just a raw list. + +## Tools + +### Terminal + +- https://github.com/ohmyzsh/ohmyzsh + - https://github.com/romkatv/powerlevel10k + - https://github.com/zsh-users/zsh-autosuggestions +- https://github.com/junegunn/fzf + - https://github.com/junegunn/fzf-git.sh +- https://github.com/folke/lazy.nvim +- https://github.com/sharkdp/fd +- https://github.com/sharkdp/bat +- https://github.com/BurntSushi/ripgrep +- https://github.com/dandavison/delta +- https://github.com/ogham/exa +- https://github.com/zellij-org/zellij +- https://github.com/adrianlopezroche/fdupes +- https://github.com/rclone/rclone +- https://github.com/restic/restic +- https://github.com/dbrgn/tealdeer +- https://github.com/charmbracelet/glow +- https://github.com/GothenburgBitFactory/taskwarrior +- https://github.com/dundee/gdu +- https://github.com/muesli/duf +- https://github.com/extrawurst/gitui + +Memory + +- https://github.com/wbthomason/packer.nvim +- https://github.com/Wilfred/difftastic +- https://dev.yorhel.nl/ncdu +- https://github.com/wustho/epr + +For fun + +- https://github.com/htop-dev/htop +- https://github.com/aristocratos/btop +- https://github.com/asciinema/asciinema + - https://github.com/asciinema/agg +- https://github.com/o2sh/onefetch +- https://github.com/dylanaraps/neofetch +- https://github.com/dylanaraps/pfetch +- https://github.com/Gobidev/pfetch-rs +- https://github.com/Dr-Noob/cpufetch +- https://gitlab.com/jallbrit/cbonsai +- https://github.com/jarun/nnn + - https://github.com/ImageMagick/ImageMagick + - https://github.com/dirkvdb/ffmpegthumbnailer +- https://github.com/Genymobile/scrcpy + +### UI + +- https://github.com/kovidgoyal/kitty +- https://github.com/wez/wezterm +- https://transmissionbt.com/ +- https://tailscale.com/ +- https://www.libreoffice.org/ +- https://github.com/johnfactotum/foliate + +Memory + +- https://github.com/alacritty/alacritty + +#### macOS + +- https://theunarchiver.com/ +- https://github.com/iina/iina +- https://github.com/pilotmoon/Scroll-Reverser +- https://github.com/rxhanson/Rectangle +- https://github.com/waydabber/BetterDisplay +- https://github.com/pedrommcarrasco/Brooklyn +- https://github.com/ganeshrvel/openmtp +- https://github.com/coteditor/CotEditor +- https://zed.dev/ + +Memory + +- https://www.tunabellysoftware.com/balance_lock/ +- https://github.com/tuyenvm/OpenKey +- https://github.com/objective-see/LuLu +- https://github.com/ivoronin/TomatoBar +- https://github.com/pqrs-org/Karabiner-Elements + +## Developement + +### Terminal + +- https://github.com/Schniz/fnm +- https://github.com/sdkman/sdkman-cli +- https://github.com/oven-sh/bun +- https://github.com/prettier/prettier +- https://github.com/mvdan/sh +- https://github.com/JohnnyMorganz/StyLua +- https://github.com/tamasfe/taplo +- https://github.com/burntsushi/toml +- https://github.com/bojand/ghz +- https://github.com/mikefarah/yq +- https://github.com/stedolan/jq +- https://github.com/boyter/cs + +Memory + +- https://github.com/sigstore/gitsign +- https://github.com/gitleaks/gitleaks +- https://github.com/tailscale/golink +- https://github.com/sharkdp/hyperfine + +#### Go + +- https://github.com/mvdan/gofumpt +- https://github.com/maruel/panicparse +- https://github.com/go101/golds +- https://github.com/gotestyourself/gotestsum + +### UI + +- https://www.sublimemerge.com/ +- https://insomnia.rest/ +- https://httpie.io/desktop +- https://redis.com/redis-enterprise/redis-insight/ +- https://www.jetbrains.com/datagrip/ + +Memory + +- https://www.sublimetext.com/ +- https://github.com/MuhammedKalkan/OpenLens + +### macOS + +Memory + +- https://gpgtools.org/ + +## Games + +- https://github.com/PCSX2/pcsx2 +- https://github.com/RPCS3/rpcs3 +- https://github.com/cheat-engine/cheat-engine + +## Notes + +MacPorts/native package manager > go/rust/pip. + +Ignore HomeBrew, nix (for now). + +Don't install: + +- Postman +- Lens +- Sourcegraph +- Docker Desktop +- Any JetBrains IDE beside DataGrip + +### macOS + +Hide Developer in Spotlight: + +```sh +cd /Applications +touch Xcode.app + +# Xcode mini version +xcode-select --install +``` + +### Linux + +Fix black screen when open game in fullscreen in external monitor with [kazysmaster/gnome-shell-extension-disable-unredirect](https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect) + +## Thanks + +- [My list of useful command line tools](https://boyter.org/posts/my-list-of-useful-command-line-tools/) diff --git a/posts/index.md b/posts/index.md index d4b8fa3..26dcd07 100644 --- a/posts/index.md +++ b/posts/index.md @@ -24,3 +24,4 @@ This is where I dump my thoughts. - [Terminal workflow](2023-06-06-terminal-workflow.html) - [Incident #02](2023-06-10-incident-context.html) - [Khoan cắt bê tông 101](2023-06-24-khoan-cat-be-tong.html) +- [Useful tools](2023-06-25-useful-tools.html)