Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatxliner/dotfiles
Yes, I'm also uploading my dotfiles 😎
https://github.com/thatxliner/dotfiles
dotfiles homebrew zsh
Last synced: 11 days ago
JSON representation
Yes, I'm also uploading my dotfiles 😎
- Host: GitHub
- URL: https://github.com/thatxliner/dotfiles
- Owner: ThatXliner
- Created: 2021-11-07T00:01:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T05:27:51.000Z (about 1 month ago)
- Last Synced: 2024-10-11T03:12:15.010Z (28 days ago)
- Topics: dotfiles, homebrew, zsh
- Language: Shell
- Homepage:
- Size: 198 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://gist.github.com/cometkim/eb2842d67b40e583e4886e9b897a6af0).
## Installation```sh
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](https://github.com/search?q=dotfiles)
2. I want to make an automation script in the future for [ThatXliner/setup](https://github.com/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?"