mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 10:54:41 +00:00
feat(tldr): switch to tealdeer from tldr
This commit is contained in:
@@ -124,6 +124,9 @@ export SCREENRC="$XDG_CONFIG_HOME/misc/screenrc"
|
|||||||
# sonarlint
|
# sonarlint
|
||||||
export SONARLINT_USER_HOME="$XDG_DATA_HOME/sonarlint"
|
export SONARLINT_USER_HOME="$XDG_DATA_HOME/sonarlint"
|
||||||
|
|
||||||
|
# tldr / tealdeer
|
||||||
|
export TEALDEER_CONFIG_DIR="$XDG_CONFIG_HOME/tealdeer/"
|
||||||
|
|
||||||
# tmux
|
# tmux
|
||||||
export TMUX_CONF="$XDG_CONFIG_HOME/tmux/tmux.conf"
|
export TMUX_CONF="$XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||||
|
|
||||||
|
|||||||
@@ -246,6 +246,8 @@ brew "subversion"
|
|||||||
brew "task"
|
brew "task"
|
||||||
# Terminal user interface for taskwarrior
|
# Terminal user interface for taskwarrior
|
||||||
brew "taskwarrior-tui"
|
brew "taskwarrior-tui"
|
||||||
|
# Very fast implementation of tldr in Rust
|
||||||
|
brew "tealdeer"
|
||||||
# Send macOS User Notifications from the command-line
|
# Send macOS User Notifications from the command-line
|
||||||
brew "terminal-notifier"
|
brew "terminal-notifier"
|
||||||
# Thin wrapper for Terraform e.g. for locking state
|
# Thin wrapper for Terraform e.g. for locking state
|
||||||
@@ -258,8 +260,6 @@ brew "tfenv"
|
|||||||
brew "tfsec"
|
brew "tfsec"
|
||||||
# Programmatically correct mistyped console commands
|
# Programmatically correct mistyped console commands
|
||||||
brew "thefuck"
|
brew "thefuck"
|
||||||
# Simplified and community-driven man pages
|
|
||||||
brew "tldr"
|
|
||||||
# Terminal multiplexer
|
# Terminal multiplexer
|
||||||
brew "tmux"
|
brew "tmux"
|
||||||
# Display directories as trees (with optional color/HTML output)
|
# Display directories as trees (with optional color/HTML output)
|
||||||
|
|||||||
38
config/tealdeer/config.toml
Normal file
38
config/tealdeer/config.toml
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
[style.description]
|
||||||
|
underline = false
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[style.command_name]
|
||||||
|
foreground = "cyan"
|
||||||
|
underline = false
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[style.example_text]
|
||||||
|
foreground = "green"
|
||||||
|
underline = false
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[style.example_code]
|
||||||
|
foreground = "cyan"
|
||||||
|
underline = false
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[style.example_variable]
|
||||||
|
foreground = "cyan"
|
||||||
|
underline = true
|
||||||
|
bold = false
|
||||||
|
italic = false
|
||||||
|
|
||||||
|
[display]
|
||||||
|
compact = false
|
||||||
|
use_pager = false
|
||||||
|
|
||||||
|
[updates]
|
||||||
|
auto_update = false
|
||||||
|
auto_update_interval_hours = 720
|
||||||
|
|
||||||
|
[directories]
|
||||||
Reference in New Issue
Block a user