"install" nb with chezmoi

This commit is contained in:
Tyler Starr 2022-12-28 02:05:44 -08:00
parent e2ada01955
commit f983d68dd9
4 changed files with 8 additions and 6 deletions

View File

@ -20,8 +20,15 @@
url = "https://github.com/dracula/zsh/archive/master.zip" url = "https://github.com/dracula/zsh/archive/master.zip"
exact = true exact = true
stripComponents = 1 stripComponents = 1
refreshPeriod = "168h"
include = ["*/dracula.zsh-theme", "*/lib/**"] 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"] #[".oh-my-zsh/custom/themes/dracula.zsh-theme"]
# type = "file" # type = "file"
# url = "https://github.com/dracula/zsh/archive/master.zip" # url = "https://github.com/dracula/zsh/archive/master.zip"

View File

@ -27,6 +27,7 @@
- rsync # Remote fast incremental file transfer tool - rsync # Remote fast incremental file transfer tool
- unzip # List, test and extract compressed files in a ZIP archive - unzip # List, test and extract compressed files in a ZIP archive
- mimeo # Open files by MIME-type or file name using regular expressions - mimeo # Open files by MIME-type or file name using regular expressions
- busybox # Swiss Army Knife of Embedded Linux
state: present state: present
become: true become: true

View File

@ -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

View File

@ -20,4 +20,3 @@
- name: Install rbw - name: Install rbw
community.general.cargo: community.general.cargo:
name: rbw # Unofficial command line client for Bitwarden name: rbw # Unofficial command line client for Bitwarden
- import_tasks: nb.yml # Command line and local web notetaking, bookmarking, archiving, and knowledge base application