Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jieverson/dotfiles-win
:see_no_evil: oh-my-zsh on bash on windows configuration files
https://github.com/jieverson/dotfiles-win
bashonwindows cmder dotfiles hyper oh-my-zsh wsl zsh
Last synced: about 1 month ago
JSON representation
:see_no_evil: oh-my-zsh on bash on windows configuration files
- Host: GitHub
- URL: https://github.com/jieverson/dotfiles-win
- Owner: jieverson
- License: mit
- Created: 2017-05-04T02:41:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T21:07:45.000Z (over 5 years ago)
- Last Synced: 2024-08-02T13:34:34.055Z (4 months ago)
- Topics: bashonwindows, cmder, dotfiles, hyper, oh-my-zsh, wsl, zsh
- Language: Shell
- Homepage:
- Size: 15.2 MB
- Stars: 175
- Watchers: 8
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jieverson/dotfiles-win - :see_no_evil: oh-my-zsh on bash on windows configuration files (Shell)
README
# dotfiles-win
My ~~Bash~~ Zsh on Ubuntu on Windows configuration files. (See my arch linux configuration files [here](https://github.com/jieverson/dotfiles))> Windows 10 can now officially run native Ubuntu subsystem. Its default settings comes with Bash, but it's possible to install different shells (my settings are using Zsh). If you need to learn how to install Ubuntu on Windows, take a look at this [Microsoft Guide](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide).
### usage
Just run `install.sh` to install zsh (including oh-my-zsh and other important stuff) and symlink all dotfiles.```
$ git clone https://github.com/jieverson/dotfiles-win.git ~/.dotfiles
$ sudo ~/.dotfiles/install.sh
```To keep up to date, you can just `pull` this repo, and re-run `install.sh`.
### screenshots
> **Windows Wallpaper for 4k resolution:** [./wallpaper.jpg](https://rawgit.com/jieverson/dotfiles-win/master/wallpaper.jpg)
### About My Terminal Emulator
As you can see at screenshots, I'm not using Windows default console emulator.
I'm using [Hyper](https://hyper.is). It's a customizable Terminal Emulator built in js.
To use my settings, just copy [.hyper.js](https://rawgit.com/jieverson/dotfiles-win/master/.hyper.js) to your Windows home directory```
cp ./.hyper.js ~/c/Users/{YOUR_USER}/
```> I've been using [Cmder](http://cmder.net/) ([GitHub Repo](https://github.com/cmderdev/cmder)) in the past, and my settings can be found at [./cmder/config/ConEmu.xml](https://rawgit.com/jieverson/dotfiles-win/master/cmder/config/ConEmu.xml).