This repository contains the setup for each development environment I have, whether it is macOS, Linux, or Windows. Each folder has its own setup and dotfiles that I use as part of my daily development.
Across all machines, I tend to like the same colors for my text editor of choice as well as console. Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with console and GUI applications. This color scheme is available for most IDEs and console applications.
When dealing with the console, I like like rich interactions such as ones provided by Powerline. Regardless of the system, I install the patched fonts:
I use Visual Studio Code pretty much for everything nowadays. It has support for pretty much every programming language and platform. These are the extensions that I use per category. For my color theme, I use Solarized Dark
, and for fonts, I use Fira Code for Powerline
for both the text editor and the console. And if you're like me, and like living on the edge, try Visual Studio Code Insiders for daily updates!
- C/C++
- C#
- Go
- Java - RedHat
- PowerShell
- Python
- Ruby
- Rust (rls)
- Debugger for Chrome
- Debugger for Java
- EditorConfig
- VS Live Share
- VSCode-Icons
- YAML Support by RedHat
- GitLens
- Docker
- Kubernetes
- AWS Toolkit for VSCode
- Azure Account
- Azure CLI Tools
I have specific setups for each environment:
MIT License
Copyright (c) 2018 Matthew Podwysocki
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.