Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T21:36:39.000Z (7 months ago)
- Last Synced: 2024-11-06T09:13:55.788Z (3 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:
![Alt text](image-6.png)
## 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 :
![Alt text](image-1.png)
### commands history :
![Alt text](image-2.png)
### file finder :
you can use `ctrl + f` to search for files and `ctrl + r` to search for commands
![Alt text](image-3.png)
### imporve git experience :
![Alt text](image-4.png)
git commands auto completion `git ch` will be completed to `git checkout` and so on make sure to click Tab
### powershell auto completion :
![Alt text](image-5.png)
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)