Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaxi/.dotfiles
Contains all my dotfiles
https://github.com/adaxi/.dotfiles
Last synced: about 2 months ago
JSON representation
Contains all my dotfiles
- Host: GitHub
- URL: https://github.com/adaxi/.dotfiles
- Owner: adaxi
- Created: 2015-10-15T18:07:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T09:52:54.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:35:54.951Z (8 months ago)
- Language: Vim script
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.dotfiles
=========
Your dotfiles are how you personalize your system. This repository contains all my dotfiles.installation
------------The installation of the dotfiles requires GNU Stow. On a debian system:
```sh
sudo apt-get update && sudo apt-get install stow -y
```
Clone the repository:```sh
git clone https://github.com/adaxi/.dotfiles.git ~/.dotfiles```
You can either install all dotfiles by running the following command:```sh
cd ~/.dotfiles
./install.sh
```Or you can install specific files. For example if you only want to get my vim configuration:
```sh
cd ~/.dotfiles
stow vim
```inspiration
-----------
This was inspired by an [article](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html?round=two) by Brandon Invergo, which recommends using
GNU Stow to manage your dotfiles.This repository is cloned by my ansible playbook when building my day to day machine.