Skip to content

superatomic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

@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.