Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadriel/dotfiles
dotfiles
https://github.com/cadriel/dotfiles
dotfiles fish fish-shell homebrew macos shell terminal
Last synced: about 1 month ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/cadriel/dotfiles
- Owner: cadriel
- Created: 2022-04-26T18:06:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T01:50:32.000Z (over 1 year ago)
- Last Synced: 2024-10-31T08:12:03.690Z (3 months ago)
- Topics: dotfiles, fish, fish-shell, homebrew, macos, shell, terminal
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Overview
Installs dotfiles and a base set of applications by way of homebrew. 🍺 will install XCode CommandLine Tools if it's not already present.
The default shell is Fish.
Node versions are managed with `n`, Ruby versions are managed with `frum`.
## Installation
Get started right away by running this in your terminal.
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cadriel/dotfiles/HEAD/install.sh)"
```Continue with defining sane default installs of `node` and `ruby` with the following.
```bash
# Install the latest node LTS
n lts# Install the latest Ruby (at time of writing)
frum install 3.1.2
frum global 3.1.2
```