Skip to content

volkanncicek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published