mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-06-27 04:21:20 +02:00
Updates git configuration
This commit is contained in:
parent
36f1b4bbbb
commit
1ab193b238
@ -17,6 +17,7 @@
|
|||||||
~/.local/share/tmux: tpm
|
~/.local/share/tmux: tpm
|
||||||
~/.config/utils: utils
|
~/.config/utils: utils
|
||||||
~/.gitconfig: configs/.gitconfig
|
~/.gitconfig: configs/.gitconfig
|
||||||
|
~/.config/.gitignore_global: configs/.gitignore_global
|
||||||
~/.config/curl/.curlrc: configs/.curlrc
|
~/.config/curl/.curlrc: configs/.curlrc
|
||||||
~/.Brewfile:
|
~/.Brewfile:
|
||||||
if: '[ `uname` = Darwin ]'
|
if: '[ `uname` = Darwin ]'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# Global Git Configuration
|
# Global Git Configuration
|
||||||
# Heavily inspired by pksunkara's https://gist.github.com/pksunkara/988716
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Alicia Sykes
|
name = Alicia Sykes
|
||||||
@ -13,6 +12,7 @@
|
|||||||
editor = nvim
|
editor = nvim
|
||||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||||
pager = delta
|
pager = delta
|
||||||
|
excludesfile = ~/.config/.gitignore_global
|
||||||
[web]
|
[web]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
[instaweb]
|
[instaweb]
|
||||||
|
37
configs/.gitignore_global
Normal file
37
configs/.gitignore_global
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
|
||||||
|
# Linux
|
||||||
|
*~
|
||||||
|
.fuse_hidden*
|
||||||
|
.directory
|
||||||
|
.Trash-*
|
||||||
|
.nfs*
|
||||||
|
|
||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
._*
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
*.icloud
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
Thumbs.db
|
||||||
|
Thumbs.db:encryptable
|
||||||
|
ehthumbs.db
|
||||||
|
ehthumbs_vista.db
|
||||||
|
*.stackdump
|
||||||
|
[Dd]esktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.lnk
|
@ -26,6 +26,7 @@ brew 'exa'
|
|||||||
brew 'fzf'
|
brew 'fzf'
|
||||||
brew 'glances'
|
brew 'glances'
|
||||||
brew 'gotop'
|
brew 'gotop'
|
||||||
|
brew 'iproute2mac'
|
||||||
brew 'jq'
|
brew 'jq'
|
||||||
brew 'lazydocker'
|
brew 'lazydocker'
|
||||||
brew 'scc'
|
brew 'scc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user