-
Git Configuration
-
Windows Terminal Configuration
-
Linked Dotfiles
-
Navigate To Powershell Dotfiles <- (For Detailed Setup)
-
Navigate To Neovim Dotfiles <- (For Detailed Setup)
-
Navigate To Dotfile Automizer <- (For Detailed Setup)
-
Git >= 2.19.0 (for partial clones support)
-
Nerd Fonts >= 3.0
--- 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
- FiraCode-NF-Mono - Font
- Dracula - Dracula Color Theme
- Windows terminal - Terminal
- PowerShell - Shell
- NVM | NodeJS - npm
winget install CoreyButler.NVMforWindows
nvm install lts
nvm use lts
- Git -
winget install Git.Git
- Fira-Font -
scoop install FiraCode-NF-Mono
📂$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
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.