Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertyw/dotfiles
Dotfiles that I use (in bash)
https://github.com/albertyw/dotfiles
bashrc dotfiles git gitconfig hacktoberfest vim
Last synced: 11 days ago
JSON representation
Dotfiles that I use (in bash)
- Host: GitHub
- URL: https://github.com/albertyw/dotfiles
- Owner: albertyw
- License: mit
- Created: 2013-02-17T01:51:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T00:38:11.000Z (12 days ago)
- Last Synced: 2024-10-27T01:39:24.920Z (12 days ago)
- Topics: bashrc, dotfiles, git, gitconfig, hacktoberfest, vim
- Language: Python
- Homepage:
- Size: 7.85 MB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Dot Files
=========[![Build Status](https://drone.albertyw.com/api/badges/albertyw/dotfiles/status.svg)](https://drone.albertyw.com/albertyw/dotfiles)
This repository includes my personal Unix config files that are synchronized
across my various computers.It is based off of [hrs's dotfiles](https://github.com/hrs/dotfiles).
Contents
--------There are a few particular files/directories to note in here:
- [bashrc](https://github.com/albertyw/dotfiles/blob/master/files/bashrc)
- [gitconfig](https://github.com/albertyw/dotfiles/blob/master/files/gitconfig)
- [git browse](https://github.com/albertyw/git-browse)
- [git reviewers](https://github.com/albertyw/git-reviewers)
- [vim configs](https://github.com/albertyw/dotfiles/tree/master/files/vim/)Setup
-----```shell
git clone [email protected]:albertyw/dotfiles.git .dotfiles
cd .dotfiles
scripts/link.sh
scripts/install.sh
```