https://github.com/arlk/dotfiles
init.vim, zshrc, bashrc, gitconfig, gitignore, agignore, latexmkrc
https://github.com/arlk/dotfiles
Last synced: 11 months ago
JSON representation
init.vim, zshrc, bashrc, gitconfig, gitignore, agignore, latexmkrc
- Host: GitHub
- URL: https://github.com/arlk/dotfiles
- Owner: arlk
- Created: 2015-10-02T09:48:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T19:21:02.000Z (over 5 years ago)
- Last Synced: 2024-10-19T05:22:46.081Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install dotfiles for Ubuntu (> 18.04) or OSX (> High Sierra)
1. Clone the repository in your home directory:
```bash
git clone https://github.com/arlk/dotfiles.git
```
1. Use the install script:
```bash
cd dotfiles
./install.sh
```