mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
move to new repo
This commit is contained in:
@@ -36,7 +36,7 @@ local downloader2cmd = {
|
||||
install_daily_finder = function()
|
||||
local destpath = zkcfg.my_bin .. '/' .. zkcfg.daily_finder
|
||||
local cmd = downloader2cmd[zkcfg.downloader]
|
||||
vim.api.nvim_command('!'.. cmd .. ' ' .. destpath .. ' https://raw.githubusercontent.com/renerocksai/telekasten/main/ext_commands/daily_finder.sh')
|
||||
vim.api.nvim_command('!'.. cmd .. ' ' .. destpath .. ' https://raw.githubusercontent.com/renerocksai/telekasten.nvim/main/ext_commands/daily_finder.sh')
|
||||
vim.api.nvim_command('!chmod +x ' .. destpath)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user