Skip to content

Latest commit

 

History

History
155 lines (107 loc) · 3.53 KB

README.md

File metadata and controls

155 lines (107 loc) · 3.53 KB

Windows Dotfiles

Preview IMG 1 Preview IMG 2 Preview IMG 3 Preview IMG 4

Contents 📦

  • Git Configuration

  • Windows Terminal Configuration

  • Linked Dotfiles

Navigation ✈️

Dependencies 📃

  • Git >= 2.19.0 (for partial clones support)

  • Nerd Fonts >= 3.0

Windows Terminal 🖥️

--- Split ---
(ctrl + alt + down) - Split Down
(ctrl + alt + up) - Split Up
(ctrl + alt + right) - Split Right
(ctrl + alt + left) - Split Left
--- Resize ---

(alt + shift + down) - Resize Down
(alt + shift + up) - Resize Up
(alt + shift + right) - Resize Right
(alt + shift + left) - Resize Left
--- Windows ---

(ctrl + shift + w) - Close Window
(ctrl + shift + t) - New Window
(ctrl + tab) - Switch Tab
(alt + shift + right) - Switch Split right
(alt + shift + left) - Switch Split left
(alt + shift + up) - Switch Split up
(alt + shift + down) - Switch Split down
Duplicate Split Pane:
https://learn.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory

Center On Startup:
https://learn.microsoft.com/en-us/windows/terminal/customize-settings/startup

Default Size Startup:
Columns: 190
Rows: 50

Opacity Config: 80

Font Size: 9

Font 🖌️

Theme 🎭

Terminal 📟

Shell 🛡️

Setup ⚒️

Package Managers 📦
winget install CoreyButler.NVMforWindows
nvm install lts
nvm use lts
Winget - Windows Installed
  • Git - winget install Git.Git
Scoop - Needs Installation

Directory Structure 🗂️

📂$HOME
|__📄.gitconfig

📂 $HOME/AppData/Local/Nvim
|__📂lua/andrem222
|   |__📂 pluginDev
|   |   |__📑 All Personal Plugin Installation and Setup Files
|   |__📂 plugins
|   |   |__📑 All Plugin Installation and Setup Files
|   |__📄bindings.lua
|   |__📄config.lua
|   |__📄debug.lua
|   |__📄devconfig.lua
|   |__📄lazy.lua
|   |__📄theme.lua
|__📄init.lua

📂$HOME/Documents/PowerShell
|__📂themes
|   |__📄minimalNight.omp.json
|__📄Microsoft.PowerShell_profile.ps1
|__📄powershell.config.json

Info ℹ️

Debugging 🐞

Problem: Icons are not showing completly

Fix:

Some fonts do not work well with some color themes and can cause that issue or the terminal.
You have to try until you find the right font, switch the theme, terminal or make tweaks by yourself. Generaly fonts ending with mono work.