Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Nov 23, 2023
1 parent b7ce6c1 commit e19e34a
Show file tree
Hide file tree
Showing 13 changed files with 190 additions and 172 deletions.
162 changes: 162 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

1 change: 0 additions & 1 deletion Dev workflow/README.md

This file was deleted.

33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,18 @@ This repository encompasses valuable tips for enhancing your Windows user experi
For already setu up users or non-Windows users, you can jump direclty to the dedicated section for Unix-based systems, tested on Ubuntu (WSL/Linux): [Unix-Dev](./unix-dev).
This section includes essential components like terminal utilities, Miniconda, GPU drivers, and PyCharm to enhance your development workflow.

## Summary
1. [Windows Installation](#1--windows-configuration)
2. [Utility Softwares : Browsers, extensions, daily and usefull programs](#2-utility-softwares)
3. [Dev Workflow](#3--dev-workflow)

3.1 [Dev Software: All the softwares I recommand for developpement and coding](#31-dev-software)

3.2 [Coding using WSL/Linux](#32-coding-using-linuxwsl-inside-windows)
* [install WSL](#install-wsl)

3.3 [Linux/WSL Setup, Miniconda, CUDA & More:](#33-linuxwsl-setup-miniconda-cuda--more)

3.4 [WSL2 Tips & Tricks :](#34-wsl2-tips--tricks-)
* [configure WSL terminal](#configure-wsl-terminal-)
* [backup and restore](#backup-and-restore)
* [uninstall WSL](#uninstall-wsl)

4. [UI/UX Custommization](#4--ux-custommization)
* [4.1 customize WSL (ubuntu) terminal](#41-customize-wsl-ubuntu-terminal)
* [4.2 customize Windows terminal](#42-customize-windows-terminal)
* [4.3 Costumize your windows UI:](#43-costumize-your-windows-ui)
## Table of Contents
1. [Why Windows?](#why-windows-)
2. [Summary](#summary)
3. [Windows Configuration](#1--windows-configuration)
4. [Utility Softwares](#2-utility-softwares)
5. [Dev Workflow](#3--dev-workflow)
- [Dev Software](#31-dev-software)
- [Coding using WSL/Linux](#32-coding-using-linuxwsl-inside-windows)
- [Linux/WSL Setup, Miniconda, CUDA & More](#33-linuxwsl-setup-miniconda-cuda--more)
- [WSL2 Tips & Tricks](#34-wsl2-tips--tricks-)
6. [UI/UX Customization](#4--ux-custommization)
7. [Awesome Piracy](#awesome-piracy)


## 1- Windows configuration
Expand Down
59 changes: 0 additions & 59 deletions Unix/test.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,41 +58,3 @@ In the main menu, select Tools | Deployment | Automatic upload. Note that automa
# Run configuration :
- you can choose by editing the configuration template of python and pytest to select a default working directory for all your scripts
- Run pytest just by right clicking on a function bloc, file, or folder !


## pycharm personal shortcuts :
- alt+p : press the blue button

- project panel : alt+1
- strucutre panel : alt+2

ssh & remote
- remote host panel : alt+3
- file transfer panel : alt+4

terminal
- terminal panel : alt + T
- new terminal : alt maj T

git
- commit : ctrl + K
- commit panel : alt + k
- Git panel : alt + g
- git menu : alt+f then alt+g
- git emoji : alt+k then alt+ctrl+g


run/debug :
- debug : maj + F9
- debug panel : alt+9

- run maj +F10
- run panel: alt+ 0

manipulations :
- find : ctrl + F
- jump to line : ctrl+g
- rename : alt+r then select 2nd option (rename)
- refactor : alt+r then select 1st option (refactor) better than 4 presses of keys : ctrl alt maj T


File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e19e34a

Please sign in to comment.