Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/p-jackson/dotfiles
- Owner: p-jackson
- Created: 2018-11-03T06:41:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T09:51:49.000Z (4 months ago)
- Last Synced: 2024-09-10T02:11:17.653Z (4 months ago)
- Language: Lua
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```