jpokan / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles & environment

System Info

  • Windows 11

Clone this repo into your X:\Envs\Github\dotfiles or any path you find appropiate Then copy these dotfiles which are meant to be placed directly into your USER directory like so C:\Users\jpokan

Software

General overview of the software required

Usually installed using their respective installers, optionally you can install them using winget microsoft/winget-cli#3652 update winget if you have an issue

Git Bash

Starship

Neovim

Nvm for windows

Pyenv for windows

Sunbather colorscheme for windows terminal, paste this on your windows terminal JSON file

{
    "background": "#080808",
    "black": "#929292",
    "blue": "#97BEDC",
    "brightBlack": "#BDBDBD",
    "brightBlue": "#B1D8F6",
    "brightCyan": "#1AB2A8",
    "brightGreen": "#BDDEAB",
    "brightPurple": "#FBDAFF",
    "brightRed": "#FFA1A1",
    "brightWhite": "#FFFFFF",
    "brightYellow": "#FFDCA0",
    "cursorColor": "#FFA560",
    "cyan": "#00988E",
    "foreground": "#DEDEDE",
    "green": "#94B979",
    "name": "Sunbather",
    "purple": "#E1C0FA",
    "red": "#E27373",
    "selectionBackground": "#474E91",
    "white": "#DEDEDE",
    "yellow": "#FFBA7B"
}

About


Languages

Language:CSS 99.6%Language:Shell 0.4%