mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
"install" nb with chezmoi
This commit is contained in:
parent
e2ada01955
commit
f983d68dd9
@ -20,8 +20,15 @@
|
||||
url = "https://github.com/dracula/zsh/archive/master.zip"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
include = ["*/dracula.zsh-theme", "*/lib/**"]
|
||||
|
||||
["bin/nb"]
|
||||
type = "file"
|
||||
url = "https://raw.github.com/xwmx/nb/master/nb"
|
||||
executable = true
|
||||
refreshPeriod = "168h"
|
||||
|
||||
#[".oh-my-zsh/custom/themes/dracula.zsh-theme"]
|
||||
# type = "file"
|
||||
# url = "https://github.com/dracula/zsh/archive/master.zip"
|
||||
|
@ -27,6 +27,7 @@
|
||||
- rsync # Remote fast incremental file transfer tool
|
||||
- unzip # List, test and extract compressed files in a ZIP archive
|
||||
- mimeo # Open files by MIME-type or file name using regular expressions
|
||||
- busybox # Swiss Army Knife of Embedded Linux
|
||||
state: present
|
||||
become: true
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
- name: Download nb
|
||||
ansible.builtin.get_url:
|
||||
url: https://raw.github.com/xwmx/nb/master/nb
|
||||
dest: /home/{{ user }}/bin/nb
|
||||
mode: 0755
|
@ -20,4 +20,3 @@
|
||||
- name: Install rbw
|
||||
community.general.cargo:
|
||||
name: rbw # Unofficial command line client for Bitwarden
|
||||
- import_tasks: nb.yml # Command line and local web note‑taking, bookmarking, archiving, and knowledge base application
|
||||
|
Loading…
x
Reference in New Issue
Block a user