Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hustavojhon/dotfiles-windows
https://github.com/hustavojhon/dotfiles-windows
config lua neovim powershell themes visual-studio-code windows-terminal
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hustavojhon/dotfiles-windows
- Owner: HustavoJhon
- License: mit
- Created: 2023-01-25T21:33:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T04:22:54.000Z (10 months ago)
- Last Synced: 2024-11-12T15:08:50.930Z (2 months ago)
- Topics: config, lua, neovim, powershell, themes, visual-studio-code, windows-terminal
- Language: Lua
- Homepage:
- Size: 419 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## My dotfiles Windows
Welcome to a junior programmer's personal collection of configurations inside Windows.
You can feel free to steal anything from here, but don't forget to give me credits :).
[![WINDOWS](https://img.shields.io/badge/Windows11-2C333E?style=flat-square&logo=windows&logoColor=blue)](https://)
[![NEOVIM](https://img.shields.io/badge/Neovim-2C333E?style=flat-square&logo=neovim&logoColor=559534)](https://)
[![POWERSHELL](https://img.shields.io/badge/PowerShell-2C333E?style=flat-square&logo=powershell)](https://)
[![VSCODE](https://img.shields.io/badge/VScode-2C333E?style=flat-square&logo=visualstudiocode&logoColor=3CA9F2)](https://)### Structure
```
$env:USERPROFILE\.config
└──── powershell
│ # config file
├── user_profile.ps1
│ # prompt customizations
└── my.omp.json
```
### InformationHere are some details about my setup:
* **OS:** [Windows 11](https://www.microsoft.com/es-es/software-download/windows11)
* **Terminal:** [Windows Terminal](https://github.com/microsoft/terminal)
* **Shell:** [PowerShell](https://learn.microsoft.com/en-us/powershell/)
* **Editor:** [neovim](https://neovim.io/) / [vscode](https://code.visualstudio.com/)### Requirements
* **Icons:** [Material Design Icons](https://pictogrammers.com/libraries/)
**Modules**
🎏 oh-my-posh & posh-git
```powershell
winget install JanDeDobbeleer.OhMyPosh -s wingetInstall-Module posh-git -Scope CurrentUser -Force
Install-Module oh-my-posh -Scope CurrentUser -Force
```🎄 Terminal-Icons
```powershell
Install-Module -Name Terminal-Icons -Repository PSGallery -Force
```**Current User**
Edition
```powershell
nvim .\user_profile.ps1
nvim $PROFILE.CurrentUserCurrentHost
```
append content
```powershell
. $env:USERPROFILE\.config\powershell\user_profile.ps1
```**Scoop**
List installed apps
apps:
`bat`, `gsudo`, `cur`, `glow`, `ttyper`, `unrar`, `7zip`, `zip`
```powershell
scoop install app
```### Gallery
![screenshot_1](./doc/images/screenshot-1.png)