loader image

Reply To: Windows 95 Theme, Icons, Style (Linux)

What makes us different from other similar websites? Forums Tech Windows 95 Theme, Icons, Style (Linux) Reply To: Windows 95 Theme, Icons, Style (Linux)

#6970
thumbtak
Keymaster

How to install and uninstall the latest version of Chicago95.

Installation

Download
$ wget https://github.com/grassmunk/Chicago95/archive/refs/tags/v3.0.1.zip

or

https://github.com/grassmunk/Chicago95

You then extract the files and run the python script (.py file) by typing “./” in front of it. You do not put the ” symbols and make sure you have python3 installed.

Uninstall

Remove the following code from the .bashrc file in your home folder.

# Emulate an MS-DOS prompt in your Linux shell.
# Laszlo Szathmary (jabba.laci@gmail.com), 2011
# Project home page:
# https://ubuntuincident.wordpress.com/2011/02/08/emulate-the-ms-dos-prompt/
#
#
# Modified by Soldier of Fortran
#
# Add to you ~/.bashrc file with: 'source ~/.themes/95/bashrc'

function msdos_pwd
{
    local dir="<code>pwd</code>"

    echo $dir | tr '/' '\\'
}

export PS1='C:<code>msdos_pwd</code>> '

echo 
echo
echo "Microsoft(R) Windows 95"
echo "   (C)Copyright Microsoft Corp 1981-1996."
echo

Run the following commands in terminal.
$ rm ~/.oh-my-zsh/themes/Chicago95.zsh-theme
$ rm ~/.local/share/xfce4/terminal/colorschemes/Chicago95.theme

Some more things can be removed, but make sure to change the themes and layouts.

More Info:
https://github.com/grassmunk/Chicago95/issues/149

TAKs Shack