Coder Social home page Coder Social logo

ninpl / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 6.59 MB

Mi dotfiles personal para windows/linux. Con Komorebi, yasb, terminal, ps, ph-my-posh, flow launcher & quick look,

Home Page: https://ninpl.com/

License: MIT License

PowerShell 100.00%
autohotkey clion dotfiles flowlauncher fluent-terminal komorebi lazygit linux ohmyposh ohmyzsh quicklook rider terminal unity windows yabai yasb zsh

dotfiles's Introduction

NUNCA OMITIR / IGNORAR / EVITAR LEERME


LogoRepo
dotfiles

Unity

  CONFIGURACIONDEPENDENCIASDESCARGARCOLABORADORESLICENCIA

Español, Ingles, Chino (中文)

Imagen del ejemplo

Una captura de mi VS Code y la terminal de windows.

:octocat:¡HOLA! ¡GRACIAS POR VENIR!

Info

Este repo contiene la configuración que uso personalmente para mi entorno de trabajo. Algunas configuraciones son de Linux y otras de Windows. Solo queria tener un repo dotfile por si necesitaba restaurar o cambiar mi entorno, por lo que no explicare mucho, pero si tienes dudas hazmelo saber.

La mayoría fueron escritos desde cero. Algunos detalles:

En Linux:


Algunas de estas configuraciones, tienen altas dependencias. Recomiendo antes de copiar leer la seccion de dependencias para que no se rompa nada. Algunos archivos tienen las rutas parcheadas para modificarlas a mano, por ejemplo las rutas de los alias, es recomendable borrarlas o cambiarles la ruta.

Se libre de clonar el repositorio y modificar todo lo que te venga mejor. Normalmente actualizo cada año mi entorno, por lo que tambien se actualizara este repositorio.

CLIC O TOQUE ❲☰❳ PARA VER EL ESPEJO

[espejo]

Configuracion

winget upgrade
git clone https://github.com/ninpl/dotfiles.git
Terminal & Shell

Instalar PS

winget install --id Microsoft.Powershell --source winget

Instalar Dependencias PS

Install-Module -Name Terminal-Icons -Repository PSGallery
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force

Instalar las fuentes Fira Copiar la configuracion de PS

Copy-Item "./ps/Microsoft.PowerShell_profile.ps1" -Destination $Env:USERPROFILE + "\OneDrive\Documentos\PowerShell" -Recurse

Instalar la terminal

winget install Microsoft.WindowsTerminal

Copiar la configuracion en la carpeta

Copy-Item "./terminal/settings.json" -Destination $Env:USERPROFILE + "\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState" -Recurse

Instalar oh-my-posh

winget install JanDeDobbeleer.OhMyPosh -s winget

Reinicia la terminal

. $PROFILE

Copiar el tema oh-my-posh

Copy-Item "./oh-my-posh/n9p.omp.json" -Destination $Env:USERPROFILE + "\AppData\Local\Programs\oh-my-posh\themes" -Recurse
Komorebi

Crear la carpeta .config si no existe

mkdir $Env:USERPROFILE\.config -ea 0

Crear la carpeta de komorebi

mkdir -p ~/.config/komorebi

Instalar whkd

winget install LGUG2Z.whkd

Instalar komorebi

winget install LGUG2Z.komorebi

Descargar configuracion generada

iwr https://raw.githubusercontent.com/ninpl/dotfiles/main/komorebi/komorebi.generated.ps1 -OutFile $Env:USERPROFILE\.config\komorebi\komorebi.generated.ps1

Descargar configuracion komorebi

iwr https://raw.githubusercontent.com/ninpl/dotfiles/main/komorebi/komorebi.ps1 -OutFile $Env:USERPROFILE\.config\komorebi\komorebi.ps1

Descargar configuracion whkdrc

iwr https://raw.githubusercontent.com/ninpl/dotfiles/main/whkd/whkdrc -OutFile $Env:USERPROFILE\.config\whkdrc

Iniciar komorebi

komorebic start --await-configuration

Dependencias

Nombre Version Licencia
Terminal-Icons 0.10.0 MIT
posh-git 1.1.0 MIT
FiraCode 6.2 OFL-1.1

Descargar

Puede descargar la última versión instalable de dotfiles.

Colaboradores

  1. ¡Bifurcalo!
  2. Crea tu rama de características: git checkout -b nueva-funcion
  3. Confirme sus cambios: git commit -am 'Agregar funcionalidad'
  4. Empuje la rama: git push origin nueva-funcion
  5. Envíe una pull request: D

El proyecto esta mantenido por N9+ con ayuda de los colaboradores (lista).

Agradecimientos

Inspiración y Recursos Licencia
Readme 1 Harry Kurn GPL-3.0
contributors-img 2 Suguru Inatomi Sin Licencia
Shields 3 Thaddée Tyl CC0 LICENSE

Politica de seguridad

Leer.

Licencia

  MITninpl.com@ninpl
  VOLVER ARRIBA

dotfiles's People

Contributors

katefoxbeta avatar ninpl avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

katefoxbeta

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.