My Favorite Tools¶
ZSH¶
NeoVim¶
Links
Remove ^M with Vim
Run the command in Vim
:%s/\r$//g
Tmux¶
Links
ASDF¶
ASDF Command line basics
ASDF UPDATE
$> asdf update --head
LIST PLUGIN
$> asdf plugin list all
ADD PLUGIN
$> asdf plugin add <plugin_name>
LIST PLUGIN VERSIONS
$> asdf list all <plugin_name>
INSTALL PLUGIN
# Install latest plugin version
$> asdf install <plugin_name>
# Install a selected plugin version
$> asdf install <plugin_name> <plugin_version>
SETUP A PLUGIN VERSION
$> asdf global <plugin_name> <plugin_version> # Set the package global version
$> asdf local <plugin_name> <plugin_version> # Set the package local version
$> asdf shell <plugin_name> <plugin_version> # Set the package in the current shell
Links
Obisidan¶
Links
Pimp my Desktop¶
Links