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