mirror of
https://github.com/rodneyosodo/dotfiles.git
synced 2026-08-07 07:14:47 +00:00
feat(nvim): add configs
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -156,4 +156,8 @@ golangci-lint
|
||||
waybar
|
||||
ttf-font-awesome
|
||||
reflector
|
||||
|
||||
nvim-treesitter
|
||||
ripgrep
|
||||
fd
|
||||
keychain
|
||||
stow
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user