From 863853a15871683d8f3020ccbb3d436a33c2fda7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 16 Jan 2026 19:16:12 +0000 Subject: docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061) ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- docs/docs/guide/basic-usage.md | 2 +- docs/docs/guide/dotfiles.md | 8 ++++---- docs/docs/guide/installation.md | 6 +++--- docs/docs/sync-v2.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/docs/guide/basic-usage.md b/docs/docs/guide/basic-usage.md index 14c5864e..ce7f4151 100644 --- a/docs/docs/guide/basic-usage.md +++ b/docs/docs/guide/basic-usage.md @@ -1,6 +1,6 @@ # Basic Usage -Now that you're all setup and running, here's a quick walkthrough of how you can use Atuin best +Now that you're all set up and running, here's a quick walkthrough of how you can use Atuin best ## What does Atuin record? diff --git a/docs/docs/guide/dotfiles.md b/docs/docs/guide/dotfiles.md index 74105e95..79a571ce 100644 --- a/docs/docs/guide/dotfiles.md +++ b/docs/docs/guide/dotfiles.md @@ -19,7 +19,7 @@ no longer need to edit your config files manually. ## Required config -Once Atuin is setup and installed, the following is required in your config file (`~/.config/atuin/config.toml`) +Once Atuin is set up and installed, the following is required in your config file (`~/.config/atuin/config.toml`) ``` [dotfiles] @@ -28,7 +28,7 @@ enabled = true In a later release, this will be enabled by default. -Note: If you have not yet setup sync v2, please also add +Note: If you have not yet set up sync v2, please also add ``` [sync] @@ -131,10 +131,10 @@ atuin dotfiles var list ``` ### Syncing and backing up dotfiles -If you have [setup sync](sync.md), then running +If you have [set up sync](sync.md), then running ``` atuin sync ``` -will backup your config to the server and sync it across machines. +will back up your config to the server and sync it across machines. diff --git a/docs/docs/guide/installation.md b/docs/docs/guide/installation.md index ac47fe88..5c98f97f 100644 --- a/docs/docs/guide/installation.md +++ b/docs/docs/guide/installation.md @@ -14,7 +14,7 @@ then the manual steps below offer much more flexibility. curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh ``` -[**Setup sync** - Move on to the next step, or read on to manually install Atuin instead.](sync.md) +[**Set up sync** - Move on to the next step, or read on to manually install Atuin instead.](sync.md) ## Manual installation @@ -24,7 +24,7 @@ If you don't wish to use the installer, the manual installation steps are as fol === "Cargo" - It's best to use [rustup](https://rustup.rs/) to get setup with a Rust + It's best to use [rustup](https://rustup.rs/) to set up a Rust toolchain, then you can run: ```shell @@ -192,7 +192,7 @@ After installing, remember to restart your shell. echo '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' >> ~/.bashrc ``` - Then setup Atuin + Then set up Atuin ```shell echo 'eval "$(atuin init bash)"' >> ~/.bashrc diff --git a/docs/docs/sync-v2.md b/docs/docs/sync-v2.md index 9055794d..8821b2f5 100644 --- a/docs/docs/sync-v2.md +++ b/docs/docs/sync-v2.md @@ -1,6 +1,6 @@ # Sync v2 -Just installed Atuin? Don't worry about this page, everything should be setup +Just installed Atuin? Don't worry about this page, everything should be set up for you. If you've been using Atuin for a while, you might not be using the best sync. A -- cgit v1.3.1