Merge branch 'main' of git.snaile.de:luca/dotfiles
This commit is contained in:
commit
ca7ef7b43a
5 changed files with 3 additions and 9 deletions
|
@ -66,7 +66,7 @@ return {
|
|||
opts = function(_, opts)
|
||||
local center = {
|
||||
{
|
||||
action = LazyVim.telescope("files"),
|
||||
action = LazyVim.pick("files"),
|
||||
desc = " Find File" .. string.rep(" ", 33),
|
||||
icon = " ",
|
||||
key = "f",
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.config/zsh/.zcompdump
|
||||
.config/zsh/completions/_kube
|
||||
.config/zsh/configs/host-setup
|
||||
.local/share/service
|
||||
.config/nvim/lazyvim.json
|
||||
.config/nvim/lua/config/secrets.lua
|
||||
.local/share/xkb/compiled/keymap
|
||||
.local/share/service/**/supervise/**
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t hydroxide
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec hydroxide serve
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec unclutter -noevents -idle 3
|
||||
exec unclutter -noevents -idle 3 -not Firefox
|
||||
|
|
Loading…
Add table
Reference in a new issue