https://github.com/labrijisaad/devenvconfigurations
🚀 Centralized repository for my customized IDE settings, system configurations, and tech stack preferences. 🛠️
https://github.com/labrijisaad/devenvconfigurations
customized-pycharm makefile-template
Last synced: 5 months ago
JSON representation
🚀 Centralized repository for my customized IDE settings, system configurations, and tech stack preferences. 🛠️
- Host: GitHub
- URL: https://github.com/labrijisaad/devenvconfigurations
- Owner: labrijisaad
- Created: 2023-08-23T11:40:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T14:18:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T16:58:12.095Z (8 months ago)
- Topics: customized-pycharm, makefile-template
- Language: Makefile
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Personal Development Environment Setup 🛠️
This repository acts as a guide to my preferred IDE configuration, system settings, and selected technologies. The main aim is to offer an `easily replicable setup`.
## Makefile Usage for `Data Science Projects` 🛠️
Utilize the Makefile for easy project setup and management. Here are the available commands:
- `make init`: Initialize the project's structure.
- `make setup`: Create a virtual environment and install dependencies.
- `make update`: Update dependencies in the virtual environment.
- `make clean`: Clean up the virtual environment and generated files.
- `make jupyter`: Activate the virtual environment and run Jupyter Lab.These commands help streamline your development workflow, ensuring a consistent environment and smooth project operations.
## IDE Personalization - PyCharm 💻
### Plugins 🔌
Check out these cool PyCharm plugins that enhance the IDE experience:- [Atom Material File Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons)
- [Pokemon Progress](https://plugins.jetbrains.com/plugin/15090-pokemon-progress)
- [Solarized Theme](https://plugins.jetbrains.com/plugin/12112-solarized-theme)### Code Zoom 🕶️
Get closer to your code with these simple steps:1. Navigate to `File > Settings` (or `PyCharm > Preferences` on macOS).
2. In the `General` section, locate `Mouse Control`.
3. Activate code zoom using your mouse wheel.### Solarized Theme ☀️
Transform your PyCharm interface with the Solarized Theme:1. Open `File > Settings` (or `PyCharm > Preferences` on macOS).
2. Under `Appearance & Behavior`, select `Appearance`.
3. Choose the `Solarized Dark` theme from the available options.### Green Console Output 🌿
Give your console output a refreshing green touch:1. Access `File > Settings` (or `PyCharm > Preferences` on macOS).
2. In the `Editor` section, find `Color Scheme`.
3. Customize the `Console Colors` settings to make standard and system outputs appear in green.### Expected Result 👀
And here's how your PyCharm IDE will impress you:
## Staying Updated 🚀
As my coding universe evolves, I'll keep updating this repository with fresh configurations and setups.Happy coding,
[Saad](https://www.linkedin.com/in/labrijisaad/)