All Projects → dracula → Powershell

dracula / Powershell

Licence: mit
🧛🏻‍♂️ Dark theme for PowerShell and cmd.exe

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to Powershell

Batch-File-examples
🐚 Various batch files (descriptions are in the read me file)
Stars: ✭ 37 (-92.24%)
Mutual labels:  cmd
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (-80.92%)
Mutual labels:  cmd
remoteTelegramShell
control your Linux OS computer through Telegram
Stars: ✭ 73 (-84.7%)
Mutual labels:  cmd
bot tulis
Pemalas versi desktop. Untuk yang ini tersedia versi CMD dan GUI. Pemalas adalah program untuk mengubah text menjadi tulisan diatas buku dalam bentuk gambar.
Stars: ✭ 43 (-90.99%)
Mutual labels:  cmd
EFT Flea Market Bot
Escape from Tarkov Flea Market bot, to generate a lot of in-game currency within shortest time, while not even having to actively play the game!
Stars: ✭ 22 (-95.39%)
Mutual labels:  cmd
Pawn.CMD
🚀 Plugin-powered command processor for SA:MP server
Stars: ✭ 80 (-83.23%)
Mutual labels:  cmd
comi
ComiGO:Simple, cross-platform manga reader。简单、跨平台的漫画阅读器。シンプルな漫画リーダー。
Stars: ✭ 34 (-92.87%)
Mutual labels:  cmd
Homebrew Bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
Stars: ✭ 3,940 (+726%)
Mutual labels:  cmd
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-96.44%)
Mutual labels:  cmd
oexec
oexec is a Go package to execute shell commands in specified order
Stars: ✭ 21 (-95.6%)
Mutual labels:  cmd
Gigrator
Git repos migration tool which supports Github / Gitee / Gitlab / Gitea / Coding / Gogs / 腾讯工蜂.
Stars: ✭ 34 (-92.87%)
Mutual labels:  cmd
vue-shell
Component VueJS to simulate a terminal.
Stars: ✭ 36 (-92.45%)
Mutual labels:  cmd
Termination
Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
Stars: ✭ 83 (-82.6%)
Mutual labels:  cmd
linux-online-docs
linux-online-docs(鸟哥的Linux 私房菜) 🔥 🚀 🎉 🇨🇳
Stars: ✭ 30 (-93.71%)
Mutual labels:  cmd
Mpv Install
Sets up file associations for mpv on Windows
Stars: ✭ 305 (-36.06%)
Mutual labels:  cmd
cmd-colors-one-dark
🎨 One Dark color settings for Windows command prompt
Stars: ✭ 28 (-94.13%)
Mutual labels:  cmd
WindowsDFIR
Repository for different Windows DFIR related CMDs, PowerShell CMDlets, etc, plus workshops that I did for different conferences or events.
Stars: ✭ 51 (-89.31%)
Mutual labels:  cmd
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+839.83%)
Mutual labels:  cmd
Lanzoucloud Cmd
🚀 蓝奏云 CMD | 无限制上传
Stars: ✭ 331 (-30.61%)
Mutual labels:  cmd
Server-Help
💻 This VSTO Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager an Excel table. This is used for quickly determining which servers are offline in a list. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.
Stars: ✭ 21 (-95.6%)
Mutual labels:  cmd

Dracula for the PowerShell Console

A dark theme for the Windows 10 Console, supports both PowerShell and cmd.exe.

Screenshot

git integration is available only in powershell via posh-git

Installation

See our installation instructions here.

Support for other terminals

This repo also contains a theme for the new Windows Terminal from Microsoft, as well as a theme for ConEmu. An alternate version of the ConEmu theme is available at dracula/conemu.

Frequently Asked Questions

What's the PowerShell $profile file?
This is a PowerShell file that's run when a PowerShell session is started, similar to a .bashrc. Type $profile in a PowerShell window to see the path. See https://ss64.com/ps/syntax-profile.html for more detail.
After applying the theme, other consoles don't always have the right colors.
There are two possible reasons for this:
  1. Step 3 from the theme installation was not followed; it's a requirement for the way that the windows console properties save settings.
  2. The shortcut used to apply the theme was different from shortcut used to open the console.
    • The windows console stores its font / color settings in per-shortcut. You can see / delete the special cases in the registry. Go to \HKEY_CURRENT_USER\Console\ and delete the subkeys so the default values in the Console key are used.
What's that crazy cmd.exe prompt string?
The cmd.exe prompt value can be broken down into the following ANSI escape sequences:
  • E[1;32;40m - normal text with a green foreground and black background
  • - unicode arrow and space
  • $E[1;36;40m - normal text with a cyan foreground and black background
  • $p - current drive and path. See prompt /? output for additional values
  • $E[1;35;40m - normal text with a magenta foreground and black background
  • - unicode chevron and space
  • $E[1;37;40m - normal text with a white foreground and black background

Uninstallation

  1. Uninstall the colors:
    • Download and unzip the same archive you used to install the theme.
    • Run uninstall.cmd
  2. Uninstall the prompts:
    • PowerShell prompt: remove the configuration from your powershell $profile.
    • CMD.exe prompt: delete the prompt environment variable.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Will Fuqua Zeno Rocha
Will Fuqua Zeno Rocha

Contributors

Tim Kilåker - Contributed an updated release of ColorTool.exe.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].