add caelid signing
This commit is contained in:
parent
5ff3b9d314
commit
82970a2464
10 changed files with 37 additions and 30 deletions
|
|
@ -1 +1,2 @@
|
||||||
catalin@roboces.dev namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL++DKyzE0+zM6A4lpjWTNvntQnmEdA6FoOh6jIdsHMT catalin@roboces.dev
|
catalin@roboces.dev namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL++DKyzE0+zM6A4lpjWTNvntQnmEdA6FoOh6jIdsHMT catalin@roboces.dev
|
||||||
|
catalin@roboces.dev namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBgUKFX3MXfJuGSgbIDX5mAM7HLOa6sMNXfYYn2reAZ/ catalin@caelid
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
collections:
|
collections:
|
||||||
- name: kewlfft.aur
|
- name: kewlfft.aur
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
- kubectl
|
- kubectl
|
||||||
- k9s
|
- k9s
|
||||||
|
|
||||||
|
|
||||||
# gayming
|
# gayming
|
||||||
- steam
|
- steam
|
||||||
- steam-native-runtime
|
- steam-native-runtime
|
||||||
|
|
@ -68,6 +67,8 @@
|
||||||
- ttf-fira-code
|
- ttf-fira-code
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
- fd
|
||||||
|
- less
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install aur packages
|
- name: Install aur packages
|
||||||
|
|
@ -78,10 +79,11 @@
|
||||||
- protonut-qt
|
- protonut-qt
|
||||||
- jetbrains-toolbox
|
- jetbrains-toolbox
|
||||||
- snapd
|
- snapd
|
||||||
- microsoft-edge-stable-bin
|
|
||||||
- gnome-shell-extension-dash-to-dock-git
|
- gnome-shell-extension-dash-to-dock-git
|
||||||
- gnome-shell-extension-pop-shell-git
|
- catppuccin-gtk-theme-mocha
|
||||||
- tree-sitter-git
|
- tree-sitter-git
|
||||||
- neovim-git
|
- neovim-git
|
||||||
- papirus-icon-theme-git
|
- papirus-icon-theme-git
|
||||||
state: present
|
state: present
|
||||||
|
tags:
|
||||||
|
- aur
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,7 @@
|
||||||
- io.github.diegoivanme.flowtime
|
- io.github.diegoivanme.flowtime
|
||||||
- org.gnome.Decibels
|
- org.gnome.Decibels
|
||||||
- net.davidotek.pupgui2
|
- net.davidotek.pupgui2
|
||||||
|
- dev.vencord.Vesktop
|
||||||
|
- com.discordapp.Discord
|
||||||
|
- com.google.Chrome
|
||||||
method: "user"
|
method: "user"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
- agnostic
|
- agnostic
|
||||||
- gui
|
- gui
|
||||||
|
|
||||||
|
|
||||||
- name: Install Arch packages
|
- name: Install Arch packages
|
||||||
when: ansible_os_family == "Archlinux"
|
when: ansible_os_family == "Archlinux"
|
||||||
ansible.builtin.import_tasks: arch.yml
|
ansible.builtin.import_tasks: arch.yml
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,32 @@
|
||||||
return {
|
return {
|
||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
{ import = "astrocommunity.colorscheme.catppuccin"},
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||||
{ import = "astrocommunity.bars-and-lines.smartcolumn-nvim" },
|
{ import = "astrocommunity.bars-and-lines.smartcolumn-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
--{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
--{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
||||||
{ import = "astrocommunity.diagnostics.lsp_lines-nvim" },
|
--{ import = "astrocommunity.diagnostics.lsp_lines-nvim" },
|
||||||
{ import = "astrocommunity.quickfix.nvim-bqf" },
|
--{ import = "astrocommunity.quickfix.nvim-bqf" },
|
||||||
{ import = "astrocommunity.code-runner.compiler-nvim" },
|
--{ import = "astrocommunity.code-runner.compiler-nvim" },
|
||||||
{ import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
--{ import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
||||||
{ import = "astrocommunity.bars-and-lines.lualine-nvim" },
|
--{ import = "astrocommunity.bars-and-lines.lualine-nvim" },
|
||||||
{ import = "astrocommunity.git.blame-nvim" },
|
{ import = "astrocommunity.git.blame-nvim" },
|
||||||
{ import = "astrocommunity.indent.indent-blankline-nvim" },
|
--{ import = "astrocommunity.indent.indent-blankline-nvim" },
|
||||||
{ import = "astrocommunity.indent.mini-indentscope" },
|
--{ import = "astrocommunity.indent.mini-indentscope" },
|
||||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
--{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||||
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
|
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
|
||||||
{ import = "astrocommunity.pack.ansible" },
|
--{ import = "astrocommunity.pack.ansible" },
|
||||||
{ import = "astrocommunity.pack.bash" },
|
{ import = "astrocommunity.pack.bash" },
|
||||||
{ import = "astrocommunity.pack.docker" },
|
{ import = "astrocommunity.pack.docker" },
|
||||||
{ import = "astrocommunity.pack.go" },
|
{ import = "astrocommunity.pack.go" },
|
||||||
{ import = "astrocommunity.pack.html-css" },
|
--{ import = "astrocommunity.pack.html-css" },
|
||||||
{ import = "astrocommunity.pack.json" },
|
--{ import = "astrocommunity.pack.json" },
|
||||||
{ import = "astrocommunity.pack.lua" },
|
{ import = "astrocommunity.pack.lua" },
|
||||||
{ import = "astrocommunity.pack.markdown" },
|
{ import = "astrocommunity.pack.markdown" },
|
||||||
{ import = "astrocommunity.pack.python-ruff" },
|
{ import = "astrocommunity.pack.python-ruff" },
|
||||||
{ import = "astrocommunity.pack.terraform" },
|
{ import = "astrocommunity.pack.terraform" },
|
||||||
{ import = "astrocommunity.pack.toml" },
|
{ import = "astrocommunity.pack.toml" },
|
||||||
{ import = "astrocommunity.pack.yaml" },
|
{ import = "astrocommunity.pack.yaml" },
|
||||||
{ import = "astrocommunity.scrolling.cinnamon-nvim" },
|
--{ import = "astrocommunity.scrolling.cinnamon-nvim" },
|
||||||
{ import = "astrocommunity.split-and-window.minimap-vim" },
|
--{ import = "astrocommunity.split-and-window.minimap-vim" },
|
||||||
{ import = "astrocommunity.workflow.hardtime-nvim" },
|
{ import = "astrocommunity.workflow.hardtime-nvim" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ return {
|
||||||
splitkeep = "screen",
|
splitkeep = "screen",
|
||||||
},
|
},
|
||||||
g = {
|
g = {
|
||||||
icons_enabled = true,
|
--icons_enabled = true,
|
||||||
mapleader = " ",
|
mapleader = " ",
|
||||||
autoformat_enabled = true,
|
--autoformat_enabled = true,
|
||||||
cmp_enabled = true,
|
cmp_enabled = true,
|
||||||
autopairs_enabled = true,
|
autopairs_enabled = true,
|
||||||
diagnostics_enabled = true,
|
--diagnostics_enabled = true,
|
||||||
status_diagnostics_enabled = true,
|
--status_diagnostics_enabled = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -13,12 +13,11 @@ return {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
timeout_ms = 1000, -- default format timeout
|
timeout_ms = 1000, -- default format timeout
|
||||||
|
|
||||||
},
|
},
|
||||||
servers = {
|
servers = {
|
||||||
"ruff",
|
"ruff",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
|
"pyright",
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@ return {
|
||||||
"AstroNvim/astroui",
|
"AstroNvim/astroui",
|
||||||
---@type AstroUIOpts
|
---@type AstroUIOpts
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = "catppuccin-mocha",
|
colorscheme = "catppuccin",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
Include conf.d/*
|
||||||
|
|
||||||
Host fuku.ramiel
|
Host fuku.ramiel
|
||||||
HostName ramiel.fuku
|
HostName ramiel.fuku
|
||||||
User catalin
|
User catalin
|
||||||
|
|
@ -107,4 +109,5 @@ Host fuku.fz
|
||||||
Host pico
|
Host pico
|
||||||
HostName pico.sh
|
HostName pico.sh
|
||||||
User catalin
|
User catalin
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue