Dotfiles for OS X using Hyper and Fish.
Includes
- Sensible osx defaults (these are optional)
- Hyper + hpm package manager. Packages: hyper-snazzy, hyperlinks, hypercwd
- Fish + oh my fish. Packages: z, pure (in addition to re-search)
- Homebrew and Brew Casks (Only manditory cask is Hyper)
- Node and
npm
. Packages: hpm-cli, n, ncu
- Clone repo:
git clone https://github.com/andrroy/dotfiles-fish.git
- Install:
cat install.sh | sh
As mentioned above, the only manditory cask is Hyper. In addition you may also install:
- Alfred
- 1password
- dropbox
- atom
- bartender
- moom
- jetbrains-toolbox
- slack
- spotify
- transmission
- google-chrome
- firefox
- insomnia
- postman
- flux
- touchswitcher
- itsycal
The dotfiles collection includes the following:
.hyper.js
- Hyper configuration file.vimrc
- Simple vimrc file, nothing fancy.screenrc
- Simple screenrc config.gitconfig
- Some aliases, in addtion to the users name and email.dir_colors
- Dir colors when usingls
.config
- Directory that keeps the fish config
- Install new Hyper packages with
hpm
- Install new fish packages with
omf
Repo inspired inspired by Morten Vaale Noddeland