mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 15:14:17 +02:00
Merge pull request #22 from Geweldig/master
Add install instructions for the oh-my-zsh theme
This commit is contained in:
commit
53f59dbe9a
5
Extras/ZSHDOSrc
Normal file
5
Extras/ZSHDOSrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "Microsoft(R) Windows 95"
|
||||||
|
echo " (C)Copyright Microsoft Corp 1981-1996."
|
||||||
|
echo ""
|
14
README.md
14
README.md
@ -11,6 +11,7 @@ Included in this theme:
|
|||||||
- Edited Xfce-Redmond by dbbolton to be more accurate and include XFCE panels
|
- 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)
|
- Created GTK-3.0 theme from scratch (based on Win 10 and Mate themes)
|
||||||
- Plymouth theme created from scratch
|
- Plymouth theme created from scratch
|
||||||
|
- An MS-DOS inspired theme for oh-my-zsh
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
@ -30,6 +31,10 @@ I decided that the pop-overs were almost exactly as annoying/ugly as Clippy was
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
There is also an oh-my-zsh terminal theme.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Themes
|
### 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`.
|
In xfce-term selet the font `Less Perfect DOS VGA` or `More Pefect DOS VGA`.
|
||||||
|
|
||||||
### Terminal
|
### 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`).
|
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`.
|
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 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
|
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
|
### Plymouth
|
||||||
|
|
||||||
Recreates the classic Windows 95 boot screen.
|
Recreates the classic Windows 95 boot screen.
|
||||||
|
BIN
Screenshots/oh-my-zshDOS.png
Normal file
BIN
Screenshots/oh-my-zshDOS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user