Skip to content

aryanprince/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aryan's dotfiles

Here's some details about my setup:

  • OS: Windows 11 + Ubuntu 20.04 WSL2
  • Terminal: Windows Terminal
  • Shell: PowerShell
  • System Info Tools? (those pretty logos and stats): WinFetch for Windows and NeoFetch for Linux
  • Wallpaper: This Koi wallpaper from Wallpaper Engine
  • Editor: VS Code (slowly learning vim)
  • Browser: Edge

Wait...it's all Microsoft? Always has been

PowerShell setup

  • Oh My Posh - Prompt theme engine making everything pretty with this theme
  • Git - Huh...wonder what this is
  • Scoop - My preferred package manager, tidy cus it installs apps in one place
  • Terminal Icons - Folder and file icons in the terminal, very pretty
  • PSReadLine - Cmdlets used for autocompletion and a few custom shortcuts
  • PSFzf - Fuzzy finder, set to Ctrl+R using PSRealLine
  • z - Wow, this one's crazy - learns most cd-ed folders and can help jump to them with just a few letters

VS Code setup

Themes and Fonts

Other Extensions

  • GitHub Copilot - ACTUAL MAGIC, AI helps you code, sometimes annoying, most times helpful
  • Auto Complete Tag - Automatically closes AND renames both tags but you just type it once
  • Better Comments - Highlights different types of comments like TODOs
  • WakaTime - Sends weekly reports showing how much time you spent coding, supports many IDEs
  • Discord Rich Presence - Displays what you're doing on VS Code with a clean UI on Discord
  • ES7+ React Snippets - Type rfce and it creates a React Functional component template for you
  • Import Cost - Shows file sizes of various imported stuff (lower is better xd)
  • Live Server - Only useful for vanilla HTML/CSS/JS projects but does hot-reloading like npm start
  • Prettier - 10/10 extension, set to format on save
  • Reload - Underrated but let's you reload VS Code but you don't have to close and reopen the whole app
  • Tailwind CSS IntelliSense - Autocomplete for Tailwind Utility classes
  • Inline Fold - Folds all Tailwind Utility classes cus sometimes they do be very long