mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 18:57:31 up 0:00, 2 users, load average: 0.71, 0.18, 0.06
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
require("starship"):setup()
|
||||
|
||||
require("gpg"):setup {
|
||||
default_recipient = "jonashahn1@gmx.net",
|
||||
delete_after = true,
|
||||
}
|
||||
|
||||
function Linemode:line_info()
|
||||
local time = math.floor(self._file.cha.mtime or 0)
|
||||
if time == 0 then
|
||||
|
||||
@@ -11,6 +11,8 @@ prepend_keymap = [
|
||||
# Chmod in yazi
|
||||
{on = [ "c", "m" ],run = "plugin chmod",desc = "Chmod on selected files"},
|
||||
|
||||
{on = [ "g", "E" ],run = "plugin gpg",desc = "Gpg the hovered file"},
|
||||
|
||||
# Recover the last delted file
|
||||
{ on = ["u"], run = "plugin restore", desc = "Restore last deleted files/folders" },
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ hash = "ee71543790f0ce3951161045a3787abd"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "yazi-rs/plugins:chmod"
|
||||
rev = "9a52857"
|
||||
rev = "8f1d971"
|
||||
hash = "8ad3e90b079190b4905f24a44f4ca06b"
|
||||
|
||||
[[plugin.deps]]
|
||||
@@ -23,6 +23,16 @@ use = "dedukun/bookmarks"
|
||||
rev = "9ef1254"
|
||||
hash = "92fbb5483657fa7976cdf4e0104e18e0"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Ascyii/gpg"
|
||||
rev = "fe565fe"
|
||||
hash = "bf2fadffef4965e1824aa1a246c10a6f"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Rolv-Apneseth/starship"
|
||||
rev = "a63550b"
|
||||
hash = "c2021386289a0cbb3e152a052f67c177"
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "dangooddd/kanagawa"
|
||||
rev = "a0b1d9d"
|
||||
|
||||
@@ -67,7 +67,7 @@ alias ls='ls --color=auto'
|
||||
alias tofiu='rm ~/.cache/tofi-drun'
|
||||
alias ll='exa -la '
|
||||
alias shd="systemctl poweroff"
|
||||
alias nt="nvim ~/Notecloud/notes/in.txt"
|
||||
alias nt="nvim ~/Nextcloud/Notes/in.txt"
|
||||
|
||||
alias upda="~/projects/scripts/shell/up.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user