Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Repo for config files
- Host: GitHub
- URL: https://github.com/tim-w-james/.dotfiles
- Owner: Tim-W-James
- Created: 2021-11-01T10:16:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T04:10:59.000Z (9 months ago)
- Last Synced: 2024-02-14T05:24:04.228Z (9 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 1.76 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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