yay
This commit is contained in:
commit
9d3d05066f
80 changed files with 7776 additions and 0 deletions
30
.backup/after/plugin/dash.lua
Executable file
30
.backup/after/plugin/dash.lua
Executable file
|
@ -0,0 +1,30 @@
|
|||
local home = os.getenv('HOME')
|
||||
local db = require('dashboard')
|
||||
|
||||
db.custom_header = {"",
|
||||
" /$$$$$$ /$$ /$$ ",
|
||||
" /$$__ $$ | $$ | $$ ",
|
||||
" /$$$$$$$ /$$$$$$ /$$$$$$ | $$ \\__//$$$$$$ /$$$$$$ /$$$$$$$| $$$$$$$ ",
|
||||
"| $$__ $$ /$$__ $$ /$$__ $$| $$$$ /$$__ $$|_ $$_/ /$$_____/| $$__ $$",
|
||||
"| $$ \\ $$| $$$$$$$$| $$ \\ $$| $$_/ | $$$$$$$$ | $$ | $$ | $$ \\ $$",
|
||||
"| $$ | $$| $$_____/| $$ | $$| $$ | $$_____/ | $$ /$$| $$ | $$ | $$",
|
||||
"| $$ | $$| $$$$$$$| $$$$$$/| $$ | $$$$$$$ | $$$$/| $$$$$$$| $$ | $$",
|
||||
"|__/ |__/ \\_______/ \\______/ |__/ \\_______/ \\___/ \\_______/|__/ |__/",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
}
|
||||
|
||||
db.custom_center = {
|
||||
{
|
||||
icon = ' ',
|
||||
desc ='File Browser ',
|
||||
action = 'Telescope file_browser',
|
||||
shortcut = 'SPC e e'
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue