Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhamu/dotfiles
For macOS & Linux
https://github.com/adhamu/dotfiles
antibody bash brew cask docker dotfiles linux macos npm python starship yarn
Last synced: about 2 months ago
JSON representation
For macOS & Linux
- Host: GitHub
- URL: https://github.com/adhamu/dotfiles
- Owner: adhamu
- Created: 2015-08-05T08:04:53.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:19:01.000Z (about 1 year ago)
- Last Synced: 2024-10-04T21:43:45.260Z (3 months ago)
- Topics: antibody, bash, brew, cask, docker, dotfiles, linux, macos, npm, python, starship, yarn
- Language: Shell
- Homepage:
- Size: 1.67 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
## Stuff
- [Antibody](https://getantibody.github.io)
- [Starship prompt](https://starship.rs)## Installation
```shell
git clone https://github.com/adhamu/dotfiles.git
cd dotfiles
```## Usage
### Everything
This is only recommended when setting up a brand new (fresh) macOS machine
```shell
bin/fresh.sh
```---
### Manual
You can selectively run these as required
#### Dependencies (macOS only)
```shell
bin/install-deps.sh
```#### Default file associations (macOS only)
```shell
bin/default-file-associations.sh
```#### Global git configuration, VIM and symlinking dotfiles (universal)
```shell
bin/make.sh
```