An open API service indexing awesome lists of open source software.

https://github.com/tim-w-james/.dotfiles

Repo for config files
https://github.com/tim-w-james/.dotfiles

dotfiles

Last synced: 7 months ago
JSON representation

Repo for config files

Awesome Lists containing this project

README

          

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:

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

## Add sym link in bash:

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

## Software Setup

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