https://github.com/bborbe/dotfiles
My .files
https://github.com/bborbe/dotfiles
Last synced: 5 months ago
JSON representation
My .files
- Host: GitHub
- URL: https://github.com/bborbe/dotfiles
- Owner: bborbe
- License: bsd-2-clause
- Created: 2016-09-10T22:03:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-23T10:22:35.000Z (6 months ago)
- Last Synced: 2025-11-23T12:14:52.104Z (6 months ago)
- Language: Vim Script
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## Install
```
sudo apt-get -y install zsh git-core
git -C ~/dotfiles pull || git clone https://github.com/bborbe/dotfiles.git ~/dotfiles
cd ~/dotfiles && ./install
```