Giter VIP home page Giter VIP logo

win_config's Introduction

Configs for my Windows Terminal, PowerShell Prompt, Bashrc/Fish and Starship Prompt configs as well.

Usage

  • Clone or download the repo
git clone https://github.com/Vantesh/Win_Config.git
  • Ease the execution policy (Type into an admin powershell window)
Set-ExecutionPolicy Unrestricted
  • Open powershell as admin and navigate to the dotfiles folder and execute the script (Below command assumes you downloaded repo to downloads folder)
cd .\Downloads\Win_Config\
.\auto_install.ps1
  • Now run the script in your wsl instance (Below command assumes you downloaded repo to downloads folder)
  • First make sure your user has ownership of all files and folders in the dotfiles folder
cd /home/<username>/
sudo chown -R <username> .
cd /mnt/c/Users/<username>/Downloads/Win_Config/
chmod +x auto_config.sh
./auto_config.sh
  • Harden the execution policy back to restricted (Type into an admin powershell window)
Set-ExecutionPolicy Restricted
  • That's it, you are done, make sure to install the nerd font which should be downloaded by the script in your downloads folder, you'll find all the other apps that need manual installation there as well.

Config PATHS

  • win_starship.toml -> C:\Users<Username>\.starship\starship.toml
  • starship.lua -> C:\Users<Username>\AppData\Local\clink\starship.lua

win_config's People

Contributors

vantesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.