Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/log1x/dotfiles
- Owner: Log1x
- Created: 2017-04-14T00:47:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T09:46:34.000Z (over 1 year ago)
- Last Synced: 2024-10-04T20:42:33.438Z (3 months ago)
- Topics: dotfiles, homesick, wsl
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```