From 42219ff8ca485c79dce5eaabc37fd8cf349b503a Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 12 Feb 2026 00:27:18 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bun-pm | 4 ++-- tldr/chezmoi | 6 +++--- tldr/linux/xclip | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tldr/bun-pm b/tldr/bun-pm index a9f7654d..a460ee61 100644 --- a/tldr/bun-pm +++ b/tldr/bun-pm @@ -17,9 +17,9 @@ source: https://github.com/tldr-pages/tldr.git `bun pm bin` -- List installed dependencies: +- Display the default trusted dependencies: -`bun pm ls` +`bun pm default-trusted` - Print the npm registry username: diff --git a/tldr/chezmoi b/tldr/chezmoi index 6d83d738..19529517 100644 --- a/tldr/chezmoi +++ b/tldr/chezmoi @@ -5,11 +5,11 @@ source: https://github.com/tldr-pages/tldr.git --- # chezmoi -> A multi-machine dotfile manager, written in Go. +> Manage dotfiles across multiple diverse machines. > See also: `stow`, `tuckr`, `vcsh`, `homeshick`. > More information: . -- Setup up `chezmoi`, creating a Git repository in `~/.local/share/chezmoi`: +- Set up `chezmoi`, creating a Git repository in `~/.local/share/chezmoi`: `chezmoi init` @@ -35,7 +35,7 @@ source: https://github.com/tldr-pages/tldr.git - Apply the changes: -`chezmoi -v apply` +`chezmoi apply` - Pull changes from a remote repository and apply them: diff --git a/tldr/linux/xclip b/tldr/linux/xclip index a9d526d8..3357d009 100644 --- a/tldr/linux/xclip +++ b/tldr/linux/xclip @@ -24,11 +24,11 @@ source: https://github.com/tldr-pages/tldr.git - Copy the contents of a file into the system clipboard: -`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{input_file.txt}}` +`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{path/to/input_file.txt}}` - Copy the contents of a PNG into the system clipboard (can be pasted in other programs correctly): -`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{input_file.png}}` +`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{path/to/input_file.png}}` - Copy the user input in the console into the system clipboard: