Merge pull request #22 from Geweldig/master

Add install instructions for the oh-my-zsh theme
This commit is contained in:
grassmunk 2017-09-11 09:11:09 -07:00 committed by GitHub
commit 53f59dbe9a
3 changed files with 18 additions and 1 deletions

5
Extras/ZSHDOSrc Normal file
View File

@ -0,0 +1,5 @@
echo ""
echo ""
echo "Microsoft(R) Windows 95"
echo " (C)Copyright Microsoft Corp 1981-1996."
echo ""

View File

@ -11,6 +11,7 @@ Included in this theme:
- Edited Xfce-Redmond by dbbolton to be more accurate and include XFCE panels
- Created GTK-3.0 theme from scratch (based on Win 10 and Mate themes)
- Plymouth theme created from scratch
- An MS-DOS inspired theme for oh-my-zsh
## Screenshots
![alt text](https://raw.githubusercontent.com/AdrianoML/Chicago95/master/Screenshots/plymouth.gif "Plymouth")
@ -30,6 +31,10 @@ I decided that the pop-overs were almost exactly as annoying/ugly as Clippy was
![alt text](https://raw.githubusercontent.com/AdrianoML/Chicago95/master/Screenshots/DOS.png "Terminal")
There is also an oh-my-zsh terminal theme.
![alt text](https://raw.githubusercontent.com/Geweldig/Chicago95/master/Screenshots/oh-my-zshDOS.png "oh-my-zsh terminal")
## Installation
### Themes
@ -61,13 +66,20 @@ Update your font cache: sudo fc-cache -f -v
In xfce-term selet the font `Less Perfect DOS VGA` or `More Pefect DOS VGA`.
### Terminal
#### Bash
Copy the file `Extras/Chicago95.theme` to `~/.local/share/xfce4/terminal/colorschemes` (create the colorschemes folder if it doesn't exist: `mkdir .local/share/xfce4/terminal`).
Under preferences in xfce-term select 'Colors.' Under `Presets` you should see `Chicago 95`.
To get the MS-DOS `C:\>` prompt and startup message add the contents of `Extras/DOSrc` to your `.bashrc` file: `cat Extras/DOSrc >> ~/.bashrc`.
To get MS-DOS Prompt title, go to the Preferences prompt and change title to MS-DOS Prompt and select isn't displayed on The Dynamically-Set Title
#### oh-my-zsh
Copy the file `Extras/Chicago95.zsh-theme` to `~/.oh-my-zsh/themes` (if you have changed your `.oh-my-zsh` config location, put the theme in that folder). In your `.zshrc` change your theme to Chicago95.
This will add the MS-DOS prompt. You will get a C prompt by default. If the previous command had an exit code other than 0 you will get an F prompt. If you are in a git repository you will git a G prompt, followed by the branch (in yellow) and the status (clean in green, dirty in red).
To get the startup message, add the contents of `Extras/ZSHDOSrc` to your `.zshrc` file: `cat Extras/ZSHDOSrc >> ~/.zshrc`.
### Plymouth
Recreates the classic Windows 95 boot screen.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB