Ensure docker, k3d and ngrok are installed.
brew update
brew install --cask docker ngrok
brew install k3d| ################################ | |
| gource commands | |
| ################################ | |
| # basic command for big and long projects | |
| gource --max-user-speed 500 --seconds-per-day 0.05 --file-idle-time 10 -e 0.005 -f --max-files 300 --hide-files | |
| # some easy to understand commands | |
| # for output file | |
| --output-ppm-stream ~/ppm/ppm-kohana |
| [global] | |
| font = EnvyCodeR 10 | |
| # allow a small subset of html markup: | |
| # <b>bold</b> | |
| # <i>italic</i> | |
| # <s>strikethrough<s/> | |
| # <u>underline</u> | |
| # | |
| # for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html |
Unless otherwise stated, all apps are FREE.
| # github.com/rafi i3status config | |
| # i3status configuration file | |
| # see "man i3status" for documentation. | |
| # It is important that this file is edited as UTF-8. | |
| # The following line should contain a sharp s: | |
| # ß | |
| # If the above line is not correctly displayed, fix your editor first! |
המקור/Source: https://github.com/viraptor/reverse-interview
| עברית | English (original) |
|---|---|
| ?מהן המשימות שאעשה ביום רגיל | What are the tasks I would do on a usual day? |
| ?האם יש מטרות מסויימות עבורי | Are there any specific goals for me? |
| ?on-call - מה לוח-הזמנים והתכיפות של ה | What's the on-call plan/schedule? |
| ?הנוכחי בצוות junior vs. senior מה תמהיל | What's the junior/senior balance of the team? |
| --- | |
| session_name: acme-api | |
| start_directory: ./ | |
| suppress_history: false | |
| windows: | |
| - window_name: edit | |
| focus: true | |
| panes: | |
| - nvim -S $XDG_DATA_HOME/session/acme-api.vim | |
| - window_name: git |