mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: quick revision
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
# Atuin
|
# Atuin
|
||||||
|
|
||||||
> TODO
|
Synchronizes the shell history to multiple machines.
|
||||||
|
|
||||||
Intro
|
|
||||||
|
|
||||||
<!-- Remove this line to uncomment if used
|
|
||||||
## Table of contents <!-- omit in toc -->
|
|
||||||
|
|
||||||
1. [TL;DR](#tldr)
|
1. [TL;DR](#tldr)
|
||||||
1. [Further readings](#further-readings)
|
1. [Further readings](#further-readings)
|
||||||
@@ -13,6 +8,12 @@ Intro
|
|||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
|
Replaces the existing shell history with a SQLite database, and records additional context for commands.
|
||||||
|
|
||||||
|
It also provides optional synchronisation of the history between machines.<br/>
|
||||||
|
The files and process is end-to-end encrypted. When enabled, the history is saved in Atuin's or
|
||||||
|
[self-hosted][server setup] servers.
|
||||||
|
|
||||||
<!-- Uncomment if used
|
<!-- Uncomment if used
|
||||||
<details>
|
<details>
|
||||||
<summary>Setup</summary>
|
<summary>Setup</summary>
|
||||||
@@ -63,6 +64,7 @@ Intro
|
|||||||
<!-- Upstream -->
|
<!-- Upstream -->
|
||||||
[codebase]: https://github.com/atuinsh/atuin
|
[codebase]: https://github.com/atuinsh/atuin
|
||||||
[documentation]: https://docs.atuin.sh/
|
[documentation]: https://docs.atuin.sh/
|
||||||
|
[Server setup]: https://docs.atuin.sh/self-hosting/server-setup/
|
||||||
[website]: https://atuin.sh/
|
[website]: https://atuin.sh/
|
||||||
|
|
||||||
<!-- Others -->
|
<!-- Others -->
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ sudo dnf check-update --releasever='2023.7.20250609' --allowerasing --changelogs
|
|||||||
sudo dnf upgrade --security --sec-severity 'Critical' --downloadonly
|
sudo dnf upgrade --security --sec-severity 'Critical' --downloadonly
|
||||||
sudo dnf -y upgrade --security --nobest --sec-severity 'Important'
|
sudo dnf -y upgrade --security --nobest --sec-severity 'Important'
|
||||||
|
|
||||||
|
# Like 'upgrade', but limits updates to the *nearest* available version providing bugfixes, enhancements or fixes for
|
||||||
|
# security issues.
|
||||||
|
sudo dnf upgrade --minimal
|
||||||
|
sudo dnf upgrade-minimal --security
|
||||||
|
|
||||||
sudo rpmkeys --import 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg'
|
sudo rpmkeys --import 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg'
|
||||||
|
|
||||||
cat <<-EOF | sudo tee -a /etc/yum.repos.d/vscodium.repo
|
cat <<-EOF | sudo tee -a /etc/yum.repos.d/vscodium.repo
|
||||||
|
|||||||
Reference in New Issue
Block a user