https://github.com/lafrech/dotfiles
https://github.com/lafrech/dotfiles
dotfiles git vim
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lafrech/dotfiles
- Owner: lafrech
- Created: 2017-03-24T15:46:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T10:21:44.000Z (about 2 years ago)
- Last Synced: 2024-10-12T00:18:10.779Z (over 1 year ago)
- Topics: dotfiles, git, vim
- Language: Vim Script
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This repository stores configuration files (dotfiles) for a few applications.
First, install common applications::
aptitude install git
aptitude install vim
aptitude install virtualenvwrapper
Installation / update
---------------------
::
# Clone repo + submodules
git clone --recursive https://github.com/lafrech/dotfiles .dotfiles
# Clone submodules on already cloned repo
git submodule update --init --recursive
(Source: http://stackoverflow.com/a/4438292/4653485)
::
# Pull and update submodules
git pullall
Run setup script (creates symlinks in home dir, backuping existing files)::
./setup.py