Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taxintt/dotfiles
https://github.com/taxintt/dotfiles
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taxintt/dotfiles
- Owner: taxintt
- Created: 2021-06-10T14:04:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T07:36:15.000Z (12 months ago)
- Last Synced: 2024-04-17T19:27:33.297Z (9 months ago)
- Language: Shell
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taxin's dotfiles
# Setup## 1. create .gitconfig.local
```bash
touch .gitconfig.local
vi .gitconfig.local
``````
[user]
name =
email =
```## 2. make symbolic link
```
make link
```