Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superatomic/dotfiles
💾 My personal dotfiles for macOS and Linux. Uses homebrew, bash, zsh, and xshe.
https://github.com/superatomic/dotfiles
bash dotfiles dotfiles-linux dotfiles-macos fish homebrew personal-dotfiles setup-linux setup-macos setup-script shell xshe zsh
Last synced: 15 days ago
JSON representation
💾 My personal dotfiles for macOS and Linux. Uses homebrew, bash, zsh, and xshe.
- Host: GitHub
- URL: https://github.com/superatomic/dotfiles
- Owner: superatomic
- License: mit
- Created: 2022-03-01T23:38:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T02:39:10.000Z (about 2 years ago)
- Last Synced: 2024-04-16T07:49:04.900Z (7 months ago)
- Topics: bash, dotfiles, dotfiles-linux, dotfiles-macos, fish, homebrew, personal-dotfiles, setup-linux, setup-macos, setup-script, shell, xshe, zsh
- Language: Shell
- Homepage: https://gh.superatomic.dev/dotfiles
- Size: 201 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **@superatomic**'s Dotfiles
My personal dotfiles for macOS and Linux. Uses [homebrew], bash, zsh, and [xshe].[homebrew]: https://brew.sh
[xshe]: https://xshe.superatomic.dev| :exclamation: | **These dotfiles are not complete yet!** |
|---------------|:-----------------------------------------|## Installation
Simply run:
```sh
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.zsh13 directories, 43 files
```## License
All files are licensed under the [MIT License](LICENSE).