Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.74 KB

Volkan Cicek's Dotfiles

This repository contains my personal dotfiles and scripts for setting up my development environment.

PowerShell setup (Windows)

Git Multiple User Setup

Create a .gitconfig file in the home directory with the following content:

[includeIf "gitdir:~/personal/"]
    path = .gitconfig-personal
[includeIf "gitdir:~/work/"]
    path = .gitconfig-work

or

[includeIf "hasconfig:remote.*.url:[email protected]*/**"]
    path = .gitconfig-personal
[includeIf "hasconfig:remote.*.url:[email protected]*/**"]
    path = .gitconfig-work

And create the corresponding .gitconfig-personal and .gitconfig-work files in the home directory with the following content:

[user]
    name = Your Name
    email = Your Email

Programs

List of programs that I use on my personal computer: