Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months 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 fd fzf font-caskaydia-cove-nerd-font git lazygit neovim ripgrep rustup starship stow tmux trash
$ rustup default stable
$ cargo install rust-script

# 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

# Install Alacritty theme (after Alacritty config dir has been linked)
$ git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
```