https://github.com/mrmlnc/dotfiles
https://github.com/mrmlnc/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmlnc/dotfiles
- Owner: mrmlnc
- Created: 2017-01-26T15:35:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:45:40.000Z (about 6 years ago)
- Last Synced: 2025-01-31T10:35:24.525Z (over 1 year ago)
- Language: PowerShell
- Size: 92.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Just my dotfiles.
## Installation
### macOS
```shell
git clone https://github.com/mrmlnc/dotfiles ~/.dotfiles
cd ~/.dotfiles/macos
bash setup.sh
```
### Windows
```powershell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
# Use git or download button on GitHub
git clone https://github.com/mrmlnc/dotfiles ~\.dotfiles
cd ~\.dotfiles\windows
setup.ps1
```
## Thanks
* [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [anton-rudeshko/configs](https://github.com/anton-rudeshko/configs)
* [riobard/bash-powerline](https://github.com/riobard/bash-powerline)