feat(nvim): add configs

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2025-02-22 11:54:49 +03:00
parent ca802d517e
commit 3480b2c7aa
23 changed files with 659 additions and 14 deletions
+11
View File
@@ -23,3 +23,14 @@ install-desktop: prep
ansible-playbook playbooks/packages/desktop.yaml --connection=local --ask-become-pass
ansible-playbook playbooks/go.yaml --connection=local
ansible-playbook playbooks/rust.yaml --connection=local
.PHONY: help
help:
@echo "This Makefile is used to install dotfiles"
@echo ""
@echo "Usage:"
@echo " make ping - ping the server"
@echo " make prep - install ansible collections"
@echo " make setup-desktop - install desktop packages(runs prep)"
@echo " make install-desktop - install desktop packages(runs prep)"
@echo " make help - show this help message"
+5 -1
View File
@@ -156,4 +156,8 @@ golangci-lint
waybar
ttf-font-awesome
reflector
nvim-treesitter
ripgrep
fd
keychain
stow
+1 -1
View File
@@ -17,5 +17,5 @@
- name: Install Cargo Tools
ansible.builtin.shell:
cmd: cargo install du-dust fd-find ripgrep cargo-generate jwt-cli wasm-pack git-cliff cargo-dist
cmd: cargo install du-dust fd-find ripgrep cargo-generate jwt-cli wasm-pack git-cliff
executable: /bin/bash