Skip to content

πŸΆπŸ“„ Dotfiles and configs for different things πŸ”’πŸŽπŸ§πŸ› οΈ

License

Notifications You must be signed in to change notification settings

RustyTake-Off/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dotfiles

πŸΆπŸ“„ Dotfiles and configs for different things πŸ”’πŸŽπŸ§πŸ› οΈ

Repository 🏀 contains my personal dotfiles and configuration files for various tools and environments.

Key Files and Directories

  • genfiles: Includes generic application and miscellaneous configurations.
  • shared: Includes shared configurations and settings.
  • winfiles: Configuration files and scripts tailored for Windows.
  • wslfiles: Configuration files and scripts tailored for WSL/Linux.
  • setup.ps1: Script for setting up the environment on Windows.
  • setup.sh: Script for setting up the environment on WSL/Linux.

Setup

To setup πŸ’‘ these dotfiles run either of bellow πŸ”½ commands:

For Windows | winfiles | setup.ps1

(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.ps1').Content | Invoke-Expression

For Linux/WSL | wslfiles | setup.sh

curl -fsS https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.sh | bash

Other dotfiles repos I found useful