https://github.com/hashd/dotfiles
Personal Dotfiles to configure vim, zsh, tmux and bash. Also includes bootstrap scripts for Ubuntu and OSX
https://github.com/hashd/dotfiles
dotfiles macosx shell ubuntu
Last synced: about 2 months ago
JSON representation
Personal Dotfiles to configure vim, zsh, tmux and bash. Also includes bootstrap scripts for Ubuntu and OSX
- Host: GitHub
- URL: https://github.com/hashd/dotfiles
- Owner: hashd
- License: mit
- Created: 2014-07-02T02:31:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T16:39:46.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T11:44:34.284Z (over 1 year ago)
- Topics: dotfiles, macosx, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
my Customized dot files for various linux tools
#### Steps to import dotfiles:
**Required**
git zsh
Clone the repository into ~/.dotfiles.
```
chmod +x install-dotfiles.sh
./install-dotfiles.sh
```
Previous files are backed up in ~/.backup.dotfiles/
#### Bootstrap Scripts
##### MacOSX
Bootstrap OSX by running the script at `bootstraps/osx.sh`
From within the dotfiles folder
``` shell
./bootstraps/osx.sh
```
###### Ubuntu
Bootstrap Ubuntu 17.10 by running the script at `bootstraps/ubuntu.sh`
From within the dotfiles folder
``` shell
./bootstraps/ubuntu.sh
```