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

https://github.com/p-jackson/dotfiles


https://github.com/p-jackson/dotfiles

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# `dotfiles/`

## Installation

```bash
# Install Homebrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install dependencies
$ brew install acsandmann/tap/rift awscli FelixKratz/formulae/borders fd fzf font-hack-nerd-font git hostctl neovim pipx ripgrep rustup starship stow tmux trash
$ brew install --cask sf-symbols
$ brew install --cask font-cascadia-code

# Create config home ourselves so that it's not "owned" by stow
$ mkdir ~/.config

# Link our dotfiles into place using stow
$ cd ~/dev/dotfiles
$ stow . -t ~ --dotfiles

# Window manager setup
$ rift service install
$ rift service start

# Rust scripts setup
$ rustup default stable
$ cargo install rust-script
```