https://github.com/eigenfoo/dotfiles
@eigenfoo's dotfiles and bash scripts
https://github.com/eigenfoo/dotfiles
bashrc dotfiles gitconfig vimrc zshrc
Last synced: 11 months ago
JSON representation
@eigenfoo's dotfiles and bash scripts
- Host: GitHub
- URL: https://github.com/eigenfoo/dotfiles
- Owner: eigenfoo
- License: mit
- Created: 2018-03-26T22:45:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T13:12:33.000Z (over 3 years ago)
- Last Synced: 2025-01-26T15:51:25.299Z (about 1 year ago)
- Topics: bashrc, dotfiles, gitconfig, vimrc, zshrc
- Language: Shell
- Homepage: https://raw.githubusercontent.com/eigenfoo/dotfiles/master/install.sh
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# George's Dotfiles
My dotfiles for bash, git, tmux, vim and zsh.
## Installation
Works best on a clean system.
```bash
wget https://raw.githubusercontent.com/eigenfoo/dotfiles/master/install.sh
./install.sh
rm install.sh
```