twe4ked / dotfiles

๐Ÿ  General configuration and Vim files managed with fresh

Home Page:https://freshshell.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fresh ~/.dotfiles

Installation

FRESH_LOCAL_SOURCE=twe4ked/dotfiles bash -c "`curl -sL get.freshshell.com`"
chsh -s /bin/zsh # Default on MacOS

My dotfiles are managed by fresh.

Extras

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

# Git config
git config -f ~/.gitconfig.local user.name "Odin Dutton"
git config -f ~/.gitconfig.local user.email "odindutton@gmail.com"

TODO

Notes

Use an & to in Vim substitutions:

:%s/foo_bar/&_baz/g

About

๐Ÿ  General configuration and Vim files managed with fresh

https://freshshell.com/


Languages

Language:Shell 63.0%Language:Ruby 19.3%Language:Vim Script 17.6%Language:Nix 0.2%