Compare commits
2 commits
main
...
test_aweso
| Author | SHA1 | Date | |
|---|---|---|---|
| bae43347e4 | |||
| d4aabec838 |
2 changed files with 18 additions and 12 deletions
12
.gitconfig
Normal file
12
.gitconfig
Normal file
|
|
@ -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
|
||||
18
README.md
18
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue