Skip to content

jhwohlgemuth/my-shell-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Shell Setup

Configure Windows Terminal on Windows and Oh My Posh on Linux and Mac.

Windows Terminal in action!

Why?

This project codifies how I configure my development environment across Windows, Linux, and OSX, using Windows Terminal1, Oh My Posh, Neovim, zsh, and oh-my-zsh.

Applications to Configure with Stow

git clone https://github.com/jhwohlgemuth/my-shell-setup
stow -d my-shell-setup -d ~ git powershell powerlevel10k neovim ohmyposh

Application files

Neovim in action!

Install and Configure Neovim

Install Neovim

Linux / Mac

  • brew install neovim
  • spack install neovim

Windows

  • scoop install neovim
  • choco install neovim
  • winget install Neovim.Neovim

Configure Neovim

Linux / Mac

git clone https://github.com/jhwohlgemuth/my-neovim-setup.git "${HOME}/.config/nvim/"
Windows
git clone https://github.com/jhwohlgemuth/my-neovim-setup.git
cd my-neovim-setup
./Invoke-Setup.ps1

What Next?!

Now that you have an amazing shell, try developing with containers!


Footnotes

[1]

Windows Terminal is an open source terminal for the modern developer. Combined with Powershell, anyone can easily enjoy a comfortable and truly robust developer experience on Windows. #cantBelieveItsNotLinux

[2]

See Neovim section for more information on how to install and configure Neovim.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published