superatomic / dotfiles

πŸ’Ύ My personal dotfiles for macOS and Linux. Uses homebrew, bash, zsh, and xshe.

Home Page:https://gh.superatomic.dev/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@superatomic's Dotfiles

My personal dotfiles for macOS and Linux. Uses homebrew, bash, zsh, and xshe.

❗ These dotfiles are not complete yet!

Installation

Simply run:

curl -fsSL https://dotfiles.superatomic.dev | bash

If you are using these dotfiles as a template, make sure to make your own modifications before sourcing the install script.

Dotfiles Structure

.dotfiles
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ bash
β”‚   └── bash_profile
β”œβ”€β”€ bin
β”‚   β”œβ”€β”€ dot.zsh
β”‚   β”œβ”€β”€ peval.zsh
β”‚   β”œβ”€β”€ printmsg.zsh
β”‚   β”œβ”€β”€ pyproj.zsh
β”‚   └── sln.zsh
β”œβ”€β”€ brew
β”‚   β”œβ”€β”€ Brewfile
β”‚   └── install.zsh
β”œβ”€β”€ config
β”‚   β”œβ”€β”€ fish
β”‚   β”‚   β”œβ”€β”€ completions
β”‚   β”‚   β”‚   └── ccd.fish
β”‚   β”‚   β”œβ”€β”€ conf.d
β”‚   β”‚   β”‚   └── abbrs.fish
β”‚   β”‚   β”œβ”€β”€ config.fish
β”‚   β”‚   └── functions
β”‚   β”‚       β”œβ”€β”€ ccd.fish
β”‚   β”‚       β”œβ”€β”€ cdls.fish
β”‚   β”‚       β”œβ”€β”€ edit.fish
β”‚   β”‚       └── mkcd.fish
β”‚   β”œβ”€β”€ gitignore
β”‚   β”œβ”€β”€ micro
β”‚   β”‚   └── settings.json
β”‚   β”œβ”€β”€ neofetch
β”‚   β”‚   └── config.conf
β”‚   β”œβ”€β”€ pythonrc.py
β”‚   β”œβ”€β”€ starship.toml
β”‚   β”œβ”€β”€ xshe.toml
β”‚   └── zsh
β”‚       β”œβ”€β”€ alias.zsh
β”‚       β”œβ”€β”€ functions.zsh
β”‚       β”œβ”€β”€ sources.zsh
β”‚       β”œβ”€β”€ zshenv
β”‚       └── zshrc
β”œβ”€β”€ fish
β”‚   β”œβ”€β”€ fisher.fish
β”‚   └── install.fish
β”œβ”€β”€ install.zsh
β”œβ”€β”€ symlink.zsh
└── macos
    └── install.zsh

13 directories, 43 files

License

All files are licensed under the MIT License.

About

πŸ’Ύ My personal dotfiles for macOS and Linux. Uses homebrew, bash, zsh, and xshe.

https://gh.superatomic.dev/dotfiles

License:MIT License


Languages

Language:Shell 47.7%Language:TOML 21.3%Language:Python 16.7%Language:Ruby 14.3%