Skip to content

Dotfiles are the customization files (their filenames usually begin with a period) that are used to personalize your linux or other Unix-based system. This repository contains my personal dotfiles. They are stored here for convenience so that I may

Notifications You must be signed in to change notification settings

SteavenGamerYT/Dot-Files-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Files Windows

My Dot Files From Windows 11

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

winget install starship
winget install --id Fastfetch-cli.Fastfetch
winget install --id=hpjansson.Chafa
Install-Module PSWriteColor -Force
Install-Module PSColor -Force
Install-Module -Name Terminal-Icons -Repository PSGallery -Force
scoop install meow bat
rd /s /q "%USERPROFILE%\Documents\PowerShell"
rd /s /q "%USERPROFILE%\Documents\WindowsPowerShell"
mklink /d "%USERPROFILE%\Documents\WindowsPowerShell" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\Documents\PowerShell"
mklink /d "%USERPROFILE%\Documents\PowerShell" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\Documents\PowerShell"
rd /s /q "%USERPROFILE%\.config\starship.toml"
mkdir "%USERPROFILE%\.config"
mklink "%USERPROFILE%\.config\starship.toml" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\.config\starship.toml"
del /s /q "%USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
mkdir "%USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState"
mklink "%USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\AppData\local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
rd /s /q "%USERPROFILE%\AppData\Roaming\BetterDiscord"
mklink /d "%USERPROFILE%\AppData\Roaming\BetterDiscord" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\AppData\Roaming\BetterDiscord"
mkdir "%USERPROFILE%\AppData\Roaming"
mklink /d "%USERPROFILE%\AppData\Roaming\BetterDiscord" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\AppData\Roaming\BetterDiscord"
rd /s /q "%USERPROFILE%\.config\winfetch"
mklink /d "%USERPROFILE%\.config\winfetch" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\.config\winfetch"
rd /s /q "%USERPROFILE%\.config\fastfetch"
mklink /d "%USERPROFILE%\.config\fastfetch" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\.config\fastfetch"
mklink /d "%USERPROFILE%\Documents\AutoHotkey" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\Documents\AutoHotkey"
rd /s /q "%USERPROFILE%\.glaze-wm"
mklink /d "%USERPROFILE%\.glaze-wm" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\.glaze-wm"'
rd /s /q "%APPDATA%\alacritty"
mklink /d "%APPDATA%\alacritty" "%USERPROFILE%\Documents\GitHub\Dot-Files-Windows\AppData\Roaming\alacritty"

About

Dotfiles are the customization files (their filenames usually begin with a period) that are used to personalize your linux or other Unix-based system. This repository contains my personal dotfiles. They are stored here for convenience so that I may

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published