https://github.com/emileber/dot-files
My personal dot files
https://github.com/emileber/dot-files
bash dotfiles gitconfig zsh
Last synced: 2 months ago
JSON representation
My personal dot files
- Host: GitHub
- URL: https://github.com/emileber/dot-files
- Owner: emileber
- License: mit
- Created: 2016-12-13T21:32:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:33:18.000Z (over 3 years ago)
- Last Synced: 2025-03-30T13:15:10.409Z (about 1 year ago)
- Topics: bash, dotfiles, gitconfig, zsh
- Language: Shell
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dot-files
My personal dot files
## Installation
1. Clone in your repos directory
```bash
cd ~/repos
git clone git@github.com:emileber/dot-files.git
```
1. Make a symbolic link to the files you want
```bash
ln -s ~/repos/dot-files/.gitconfig ~/.gitconfig
```