2025-12-26
This commit is contained in:
@@ -151,6 +151,7 @@ mas "Dato", id: 1470584107
|
||||
mas "DevCleaner", id: 1388020431
|
||||
mas "Developer", id: 640199958
|
||||
mas "Dice by PCalc", id: 1479250666
|
||||
mas "Divinity - Original Sin 2", id: 1441532941
|
||||
mas "Dropover", id: 1355679052
|
||||
mas "Equinox", id: 1591510203
|
||||
mas "Expenses", id: 1492055171
|
||||
|
||||
@@ -6,7 +6,7 @@ db_path = "~/Sync/Atuin/history.db"
|
||||
## where to store your encryption key, default is your system data directory
|
||||
## linux/mac: ~/.local/share/atuin/key
|
||||
## windows: %USERPROFILE%/.local/share/atuin/key
|
||||
# key_path = "~/.key"
|
||||
key_path = "~/Sync/Atuin/key"
|
||||
|
||||
## where to store your auth session token, default is your system data directory
|
||||
## linux/mac: ~/.local/share/atuin/session
|
||||
@@ -60,11 +60,11 @@ db_path = "~/Sync/Atuin/history.db"
|
||||
|
||||
## which style to use
|
||||
## possible values: auto, full, compact
|
||||
# style = "auto"
|
||||
style = "auto"
|
||||
|
||||
## the maximum number of lines the interface should take up
|
||||
## set it to 0 to always go full screen
|
||||
# inline_height = 0
|
||||
inline_height = 0
|
||||
|
||||
## Invert the UI - put the search bar at the top , Default to `false`
|
||||
# invert = false
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none",
|
||||
"options": {
|
||||
"time_format": "15:04"
|
||||
},
|
||||
"template": "\uf017 {{ .CurrentDate | date .Format }}",
|
||||
@@ -21,10 +20,7 @@
|
||||
"style": "plain"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"branch_max_length": 25,
|
||||
"cache_duration": "none",
|
||||
"fetch_stash_count": true,
|
||||
"options": {
|
||||
"fetch_status": true,
|
||||
"fetch_upstream_icon": true
|
||||
},
|
||||
@@ -47,9 +43,7 @@
|
||||
"alignment": "right",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"options": {},
|
||||
"template": " x{{ reason .Code }}",
|
||||
"foreground": "#b8ff75",
|
||||
"type": "status",
|
||||
@@ -57,9 +51,9 @@
|
||||
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"]
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"options": {
|
||||
"always_enabled": true,
|
||||
"cache_duration": "none",
|
||||
|
||||
"style": "roundrock"
|
||||
},
|
||||
"template": " {{ .FormattedMs }} ",
|
||||
@@ -75,8 +69,7 @@
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"cache_duration": "none",
|
||||
"options": {
|
||||
"style": "full"
|
||||
},
|
||||
"template": "\ue5ff {{ .Path }}",
|
||||
@@ -92,7 +85,7 @@
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"properties": {
|
||||
"options": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "!",
|
||||
@@ -101,7 +94,7 @@
|
||||
"style": "plain"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"options": {
|
||||
"cache_duration": "none"
|
||||
},
|
||||
"template": "❯",
|
||||
|
||||
Reference in New Issue
Block a user