Skip to content

vjesus-ferreyra/win-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quetzal Nocturno Dotfiles (Windows Only)

Requirements

How to install it

  1. Clone this repository on any path:
git clone https://github.com/vjesus-ferreyra/win-dotfiles.git
  1. move the ohmyposh folder to the .config path

if you haven't created a .config directory yet, please run the following command on your PowerShell Terminal:

New-Item -Path $env:USERPROFILE -Name .config -ItemType Directory
Move-Item ohmyposh\ $env:USERPROFILE\.config\
  1. Move the .gitconfig file to your user home directory:
Move-Item .gitconfig $env:USERPROFILE
  1. Optionally, You can use the .ps1 file as your PowerShell configuration. To do so, reference this file in your $PROFILE.CurrentUserCurrentHost or use it directly as your PowerShell profile:
notepad $PROFILE.CurrentUserCurrentHost

Then add a reference to the .ps1 file:

. $env:USERPROFILE\path\to\your\script.ps1

About

My personal windows dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published