Skip to content

List of download links of my go-to programs after a Windows format

Notifications You must be signed in to change notification settings

la-lo-go/after-windows-fresh-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

After Windows Fresh Install

IDEs

Lenguages

Services

Developer tools

Utilities

Games

Oh my posh

  1. Update terminal from the WindowsStore

  2. Install from here

  3. Open a new console and type:

    code $PROFILE
  4. Install a theme by copying this inside and save it:

     oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\agnoster.omp.json" | Invoke-Expression

    A list of themes is avalible here, to change it replace "agnoster" with the name of the theme

  5. Try open a new PowerShell window, if you are having a problem like this:

    No se puede cargar el archivo C:\Users\USER\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 porque la ejecución de scripts está deshabilitada en este sistema. Para obtener más información, consulta el tema about_Execution_Policies en https:/go.microsoft.com/fwlink/?LinkID=135170.
        En línea: 1 Carácter: 3
        'C:\Users\USER\Documents\WindowsPowerShell\Microsoft.PowerShell_pr ...
        + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : SecurityError: (:) [], PSSecurityException
        + FullyQualifiedErrorId : UnauthorizedAccess'

    Execute a new console as administrator and write:

    Set-ExecutionPolicy -ExecutionPolicy Bypass
  6. Install a nerd font from (here you have a few)

  7. Restart the Terminal

  8. Change the font to the new font: Configuracion > Valores predeterminados > Aparecia > Tipo de fuente

About

List of download links of my go-to programs after a Windows format

Topics

Resources

Stars

Watchers

Forks