ksr583 / dotfiles

My personally used dotfiles on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repository consists of all of my custom dotfiles for macOS. Linux and WSL should also work as long as you're using fish.

I highly recommend homesick for maintaining your dotfiles.

Installation

$ brew install fish
$ sudo gem install homesick
$ homesick clone log1x/dotfiles
$ homesick link dotfiles

Replacement Binaries

These dotfiles alias various default binaries such as ls, cat, top, kill, and find to better, more well-rounded alternatives.

$ brew install exa bat fd
$ yarn global add vtop fkill

iTerm 2

Import the theme located at ~/.themes/material-design-dark.itermcolors

Font

$ brew cask install caskroom/fonts/font-fira-code

About

My personally used dotfiles on macOS


Languages

Language:PHP 68.9%Language:Shell 31.1%