deulizealand / .dotfiles

Repo for config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is intended for personal use, however feel free to look around if you find anything useful. Make sure to replace any usernames, etc. by looking for TODO comments.

Add sym link in Powershell:

New-Item -ItemType SymbolicLink -Path ~\.gitconfig -Target ~\.dotfiles\.gitconfig

Add sym link in bash:

ln -s ~/.dotfiles/.gitconfig ~/.gitconfig

Software Setup

https://www.notion.so/timwjames/Software-Setup-91e7584487c643ca98d9e9aea10d5d52

About

Repo for config files


Languages

Language:Shell 99.8%Language:PowerShell 0.2%