/dotfiles

Yes, I'm also uploading my dotfiles 😎

Primary LanguageShell

Dotfiles

Beautiful, functional, and fast.

My dotfiles.

NOTE TO SELF: If a package is available on Homebrew and PyPi, prefer PyPi. Use pnpm for global JS app installations.

Installation

curl https://raw.githubusercontent.com/ThatXliner/dotfiles/master/scripts/setup | zsh

Contents

  • zshrc: My ~/.zshrc (why is it a folder? The main file you need to source is actually zshrc/index.zsh)
  • Brewfile: What I have installed via Homebrew
  • requirements.txt: What I have installed via pipx
  • scripts
    • setup: Install the dotfiles!

May add my Atom/VSCode/JetBrains configuration in the future.

Why?

  1. Everyone else is uploading their dotfiles
  2. I want to make an automation script in the future for ThatXliner/setup
  3. My .zshrc was getting quite messy so I decided to make it in a folder. Then I thought, "why not organize all my dotfiles as well?"