PROJECT

PowerShell Configuration

Maciej Jarnot

SHORT DESCRIPTION

This project contains a set of PowerShell configuration files and scripts that enhance the functionality and user experience of the PowerShell command-line interface. It includes custom functions, aliases, and profile settings to improve productivity and streamline common tasks.

INSTALLATION

  1. Clone the repository to your local machine:

    git clone https://github.com/JarnotMaciej/powershell-config.git
    
  2. Navigate to the cloned repository:

    cd powershell-config
    
  3. Run the setup script to install the necessary components:

    .\setup.ps1
    
  4. Restart your PowerShell session for the changes to take effect.

USAGE INSTRUCTION

To use the custom functions and aliases, simply run the desired command in your PowerShell session. For example:

Technologies:


Previous Posts

Arabic Roman Converter

Java application that translates Arabic numerals to Roman numerals and vice versa. It leverages Swing for its GUI, Derby DB for storage, and is deployable on Payara Server. The project follows the MVC pattern.


Bookmarks

Self-hosted application developed in Python using Flask framework, MongoDB, and JavaScript. The application provides a convenient solution for managing bookmarks, allowing users to organize and save their bookmarks in a more organized and structured manner than traditional web browsers offer.


Tamagotchi

Game developed in C++20 using the SFML library and Google Test. Players can interact with the pet by feeding it, cleaning it, playing with it, or putting it to sleep.