mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 02:20:11 -08:00
Refactor repository structure and add new features
- Reorganized repository structure by moving dotfiles into a dedicated subdirectory - Updated bootstrap.sh and setup.sh scripts to reference the new file paths - Fixed Nala repository GPG key setup to use gpg --dearmor for proper key format - Added Lazydocker installation to the setup script for Docker management - Updated README.md with references to new paths and additional features - Added documentation for Lazydocker in the dotfiles README.md - Updated all symlink paths to point to the new dotfiles location
This commit is contained in:
16
dotfiles/.gitconfig
Normal file
16
dotfiles/.gitconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
[user]
|
||||
email = peter@peterwood.dev
|
||||
name = Peter Wood
|
||||
[pull]
|
||||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
autocrlf = input
|
||||
eol = lf
|
||||
Reference in New Issue
Block a user