Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```