From d4aabec83816124aabadd2df699525b7df021d9e Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 19 Dec 2022 16:12:37 +0300 Subject: [PATCH 1/2] add gitconfig --- .gitconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..e988f2b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,12 @@ +[user] + name = osbm + email = osmanfbayram@gmail.com +[credential] + helper = store +[core] + pager = cat + editor = nano +[push] + autoSetupRemote = true +[init] + defaultBranch = main From bae43347e49428fc152d40ba2c78e141d3169fe6 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 11 Jan 2023 19:25:38 +0300 Subject: [PATCH 2/2] commit changes --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7ebf607..6481a80 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,6 @@ echo 'source ~/Documents/GitHub/dotfiles/.zshrc' >> ~/.zshrc ## after initial installation -``` -git config --global user.name "osbm" -git config --global user.email "osmanfbayram@gmail.com" - -git config --global credential.helper store # store secrets -git config --global core.pager cat # use cat for outputs - -git config --global push.autoSetupRemote true # automatically set upstream - -git config --global init.defaultBranch main # set main as default branch -``` - - [ ] vscode - [ ] zsh - [ ] zsh-autosuggestions @@ -57,3 +45,9 @@ git config --global init.defaultBranch main # set main as default branch - [ ] spectacle (screenshot) - [ ] appimagelauncher for obsidian +Things to add. + +- programs to install +- programs to configure +- shell scripts to run +- dotfiles to copy \ No newline at end of file