https://github.com/albertyw/dotfiles
Dotfiles that I use (in bash)
https://github.com/albertyw/dotfiles
bashrc dotfiles git gitconfig hacktoberfest vim
Last synced: 7 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T05:32:17.000Z (7 months ago)
- Last Synced: 2025-03-08T06:25:54.735Z (7 months ago)
- Topics: bashrc, dotfiles, git, gitconfig, hacktoberfest, vim
- Language: Shell
- Homepage:
- Size: 7.87 MB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Dot Files
=========[](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 git@github.com:albertyw/dotfiles.git .dotfiles
cd .dotfiles
scripts/link.sh
scripts/install.sh
```