Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/log1x/dotfiles

My personally used dotfiles on macOS
https://github.com/log1x/dotfiles

dotfiles homesick wsl

Last synced: 3 months ago
JSON representation

My personally used dotfiles on macOS

Awesome Lists containing this project

README

        

# 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](https://github.com/technicalpickles/homesick) for maintaining your dotfiles.

## Installation

```sh
$ 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.

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

## iTerm 2

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

## Font

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