Skip to content

Instantly share code, notes, and snippets.

@wonderfulfrog
Last active November 14, 2019 19:27
Show Gist options
  • Save wonderfulfrog/594ed7e16081d371abe885c870a37fdc to your computer and use it in GitHub Desktop.
Save wonderfulfrog/594ed7e16081d371abe885c870a37fdc to your computer and use it in GitHub Desktop.
Terminal: fish
App: Hyper https://hyper.is
Package management: Oh My Fish! https://github.com/oh-my-fish/oh-my-fish
Theme: Agnoster https://github.com/oh-my-fish/theme-agnoster
Font: Powerline version of font https://github.com/powerline/fonts https://github.com/ryanoasis/nerd-fonts#font-patcher
# How to patch Powerline into a custom font
# 1. Download the font somewhere
# 2. Clone the `nerd-fonts` repo (`clone --depth 1 git@github.com:ryanoasis/nerd-fonts.git`)
# 3. cd into `nerd-fonts`
# 4. Run `fontforge -script font-patcher ~/path/to/font.ttf --powerline --powerlineextra`
# 5. Install the generated "Nerd Font"
Fun stuff:
* Pokemonsay https://github.com/possatti/pokemonsay
Config
`.config/fish/functions`:
```
function fish_greeting
fortune | pokemonsay
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment