mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 00:06:32 +00:00
brew packages
This commit is contained in:
parent
ca63fe4ce6
commit
0f0479c9f9
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
|||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot
|
url = https://github.com/anishathalye/dotbot
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "plugins/brew"]
|
||||||
|
path = plugins/brew
|
||||||
|
url = https://github.com/d12frosted/dotbot-brew.git
|
||||||
|
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.insertSpaces": false,
|
||||||
|
"editor.detectIndentation": false
|
||||||
|
}
|
4
files/git/config.personal
Normal file
4
files/git/config.personal
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[user]
|
||||||
|
name = cupcakearmy
|
||||||
|
email = hi@nicco.io
|
||||||
|
signingkey = 3235314B4D31232F
|
@ -1,6 +1,3 @@
|
|||||||
[user]
|
|
||||||
name = cupcakearmy
|
|
||||||
email = hi@nicco.io
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
@ -12,5 +9,8 @@
|
|||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
|
[includeIf "gitdir:/Users/nicco/"]
|
||||||
|
path = "~/.dotfiles/files/git/config.personal"
|
||||||
|
|
||||||
[includeIf "gitdir:/Users/niccolo.borgioli/"]
|
[includeIf "gitdir:/Users/niccolo.borgioli/"]
|
||||||
path = "~/.dotfiles/files/git/config.work"
|
path = "~/.dotfiles/files/git/config.work"
|
||||||
|
2
install
2
install
@ -12,4 +12,4 @@ cd "${BASEDIR}"
|
|||||||
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
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}" "${@}"
|
||||||
|
@ -1,17 +1,20 @@
|
|||||||
- defaults:
|
- defaults:
|
||||||
link:
|
link:
|
||||||
create: true
|
create: true
|
||||||
relink: true
|
relink: true
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
- clean: ["~"]
|
- clean: ["~"]
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.gitconfig: files/git/gitconfig
|
~/.gitconfig: files/git/gitconfig
|
||||||
~/.vim: files/vim
|
~/.vim: files/vim
|
||||||
~/.vimrc: files/vimrc
|
~/.vimrc: files/vimrc
|
||||||
~/.config/fish: files/fish
|
~/.config/fish: files/fish
|
||||||
~/.config/omf: files/omf
|
~/.config/omf: files/omf
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
||||||
|
|
||||||
|
# Brew plugin
|
||||||
|
- brew: [gnupg, fish, git-lfs, htop, n]
|
||||||
|
Loading…
Reference in New Issue
Block a user