brew install ffmpeg gifsicle- Paste the below vid2gif function into whatever file you store your aliases in. If you're using Oh My Zsh it's
~/.oh-my-zsh/custom/aliases.zsh. - Restart your terminal session or reload your shell environment, e.g.
omz reload - Use the command with
vid2gif --src ~/some-video.mov. You can optionally specify a target name, resolution or fps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| format = """ | |
| [▓▒░](fg:#a3aed2 bg:#769ff0)\ | |
| $directory\ | |
| [](fg:#769ff0 bg:#394260)\ | |
| $git_branch\ | |
| $git_status\ | |
| [](fg:#394260 bg:#212736)\ | |
| $nodejs\ | |
| $rust\ | |
| $golang\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias dl="cd ~/Downloads" | |
| alias dt="cd ~/Desktop" | |
| alias p="cd ~/Projects" | |
| alias g="git" | |
| alias h="history" | |
| alias v="vim" | |
| alias o="open" | |
| alias oo="open ." | |
| # Delete stuff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const startLoading = () => { | |
| document.body.style.opacity = .5; | |
| } | |
| const stopLoading = () => { | |
| document.body.style.opacity = 1; | |
| } | |
| const createResultItem = data => { | |
| const div = document.createElement( 'div' ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="o-info-unit-group"> | |
| <h2>Some title</h2> | |
| <div class="content-l"> | |
| <div class="content-l_col content-l_col-1-2"> | |
| <div class="m-info-unit"> | |
| <div class="m-info-unit_image m-info-unit_image__square" style="background-image: url( 'https://via.placeholder.com/150' );"> | |
| </div> | |
| <div class="m-info-unit_content"> | |
| <h3>A title</h3> | |
| <div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="o-info-unit-group"> | |
| <h2>Some great things</h2> | |
| <div class="content-l"> | |
| <div class="content-l_col content-l_col-1"> | |
| <div class="m-info-unit m-info-unit__inline"> | |
| <div class="m-info-unit_image m-info-unit_image__square" style="background-image: url( 'https://via.placeholder.com/150' );"> | |
| </div> | |
| <div class="m-info-unit_content"> | |
| <h3>Here's a great thing</h3> | |
| <div class="rich-text"> |
First, add SURGE_USER and SURGE_TOKEN environment variables to the repo's settings page in Travis:
Then modify the repo's .travis.yml file to perform whatever build steps are required to generate the static website in the before_deploy step.
Below, I'm installing Jekyll and building the site in the docs/ dir where my site's source files live.
language: node_js- Website: https://ghostmountain.org/
- Source code: https://glitch.com/edit/#!/ghost-mountain
- Spreadsheet w/ content (each section/page of the website has its own sheet): https://docs.google.com/spreadsheets/d/1XTLjnxGFfZAc6PGWWnAVzuvZTaxldwuCds1XOo03LEk/edit
- IRA limit is $7,000
- HSA limit is $8,300 for family coverage ($4,150 for self-only coverage)
- Maximum employee elective deferral is $23,000 ($30,500 if you're 50 by the end of the year)
- Defined contribution maximum limit, all sources is $69,000
See this table for the complete list of changes.
NewerOlder
