https://github.com/aymaneallaoui/setup-terminal
my terminal setup for ps
https://github.com/aymaneallaoui/setup-terminal
powershell powershell-script powershell-theme terminal terminal-setup terminal-themes windows-development
Last synced: 2 months ago
JSON representation
my terminal setup for ps
- Host: GitHub
- URL: https://github.com/aymaneallaoui/setup-terminal
- Owner: aymaneallaoui
- Created: 2023-07-22T13:07:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T21:36:39.000Z (10 months ago)
- Last Synced: 2025-01-08T12:43:18.691Z (4 months ago)
- Topics: powershell, powershell-script, powershell-theme, terminal, terminal-setup, terminal-themes, windows-development
- Language: PowerShell
- Homepage:
- Size: 11.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my terminal setup:

## first setp:
launch `iwr_install.ps1` to install all the packages and wait for it to finish
## second step:
launch `installer.py` or `dist\installer.exe` with admin privileges to configure the terminal and wait for it to finish.
## third step:
launch `setup.bat` to configure the terminal and wait for it to finish.
## fourth step:
launch `install_dependencies.ps1` to install all the dependencies and wait for it to finish
## fifth step:
launch `config.bat` to configure the terminal and wait for it to finish.
# features:
### terminal icons :

### commands history :

### file finder :
you can use `ctrl + f` to search for files and `ctrl + r` to search for commands

### imporve git experience :

git commands auto completion `git ch` will be completed to `git checkout` and so on make sure to click Tab
### powershell auto completion :

powershell commands auto completion `Get-` will be completed to `Get-Command` and so on make sure to click Tab
# enjoy
# Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [terminal-setup](https://github.com/aymaneallaoui/setup-terminal)