mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
first attempt at config for work
This commit is contained in:
parent
3d0d64e065
commit
e39383a1fc
@ -5,3 +5,4 @@ network_interface: reeeeee
|
||||
git_user: hAxOr
|
||||
git_email: &my_email dude@bro.com
|
||||
bitwarden_email: *my_email
|
||||
work: false
|
||||
|
@ -1,12 +1,35 @@
|
||||
.oh-my-zsh/cache/**
|
||||
readme.md
|
||||
.gitignore
|
||||
.git
|
||||
provision
|
||||
additional-setup.md
|
||||
.gen
|
||||
|
||||
{{ if eq .chezmoi.osRelease.id "alpine" }}
|
||||
*
|
||||
{{ if .work }}
|
||||
bin
|
||||
.config/alacritty
|
||||
.config/btrbk
|
||||
.config/crafted-emacs
|
||||
.config/herbstluftwm
|
||||
.config/i3
|
||||
.config/khal
|
||||
.config/khard
|
||||
.config/lazygit
|
||||
.config/mako
|
||||
.config/mpd
|
||||
.config/ncmpcpp
|
||||
.config/nvim
|
||||
.config/picom
|
||||
.config/polybar
|
||||
.config/private_user-dirs.dirs
|
||||
.config/qtile
|
||||
.config/retroarch
|
||||
.config/rofi
|
||||
.config/scratch
|
||||
.config/stumpwm
|
||||
.config/sway
|
||||
.config/user-dirs.conf
|
||||
.config/vdirsyncer
|
||||
.config/vifm
|
||||
.config/waybar
|
||||
.config/xmobar
|
||||
.config/xmonad
|
||||
.config/zk
|
||||
.taskopenrc
|
||||
.taskrc
|
||||
{{ end }}
|
||||
|
@ -1,6 +1,14 @@
|
||||
# https://github.com/starr-dusT/dotfiles
|
||||
# Global .gitconfig
|
||||
|
||||
{{ if .work }}
|
||||
[user]
|
||||
email = tyler.starr.1@us.af.mil
|
||||
name = Tyler Starr
|
||||
|
||||
[github]
|
||||
user = "tstarr"
|
||||
{{ else }}
|
||||
[user]
|
||||
email = starrtyler88@gmail.com
|
||||
name = Tyler Starr
|
||||
@ -10,3 +18,4 @@
|
||||
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/keys/github_personal"
|
||||
{{ end }}
|
Loading…
x
Reference in New Issue
Block a user