Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

dotfiles

Last synced: 8 days 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