brew packages

This commit is contained in:
cupcakearmy 2021-11-06 22:11:58 +01:00
parent ca63fe4ce6
commit 0f0479c9f9
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
6 changed files with 29 additions and 14 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "plugins/brew"]
path = plugins/brew
url = https://github.com/d12frosted/dotbot-brew.git

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": false,
"editor.detectIndentation": false
}

View File

@ -0,0 +1,4 @@
[user]
name = cupcakearmy
email = hi@nicco.io
signingkey = 3235314B4D31232F

View File

@ -1,6 +1,3 @@
[user]
name = cupcakearmy
email = hi@nicco.io
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
@ -12,5 +9,8 @@
[commit]
gpgsign = true
[includeIf "gitdir:/Users/nicco/"]
path = "~/.dotfiles/files/git/config.personal"
[includeIf "gitdir:/Users/niccolo.borgioli/"]
path = "~/.dotfiles/files/git/config.work"

View File

@ -12,4 +12,4 @@ cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir plugins/brew -c "${CONFIG}" "${@}"

View File

@ -1,17 +1,20 @@
- defaults:
link:
create: true
relink: true
force: true
link:
create: true
relink: true
force: true
- clean: ["~"]
- link:
~/.gitconfig: files/git/gitconfig
~/.vim: files/vim
~/.vimrc: files/vimrc
~/.config/fish: files/fish
~/.config/omf: files/omf
~/.gitconfig: files/git/gitconfig
~/.vim: files/vim
~/.vimrc: files/vimrc
~/.config/fish: files/fish
~/.config/omf: files/omf
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [git submodule update --init --recursive, Installing submodules]
# Brew plugin
- brew: [gnupg, fish, git-lfs, htop, n]