Copy-Paste Instructions for Optimal AI Interaction
⸻
I am [Your Name/Role], focused on:
The problem with Arc is that it doesn't allow exporting data (history, bookmarks) to a file natively.
One way to do this is to use a script but that only exports Bookmarks and not the history.
I don't really use the bookmarks feature that much; what I really liked about Arc was that it was really easy to navigate to somewhere I already visited.
So, if you're like me, follow this guide and you'll be able to import your browsing history into Zen browser!
| ############ If you are using DOCKER all-in-one image, create Dockerfile like: ################ | |
| ############ FROM openproject/openproject:16 ################ | |
| ############ COPY ./enterprise_token.rb app/models/enterprise_token.rb ################ | |
| ############ If you are runing a manual installation: ################ | |
| ############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################ | |
| ############ also be sure to RESTART OpenProject after replacing the file. ################ | |
| ############ If using some other set up (eg docker-compose), read the comments on ################ | |
| ############ https://gist.github.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45 ################ |
Inspired By: grafana/loki#333
version: "3"
networks:
loki:
| # Luke's config for the Zoomer Shell | |
| # Enable colors and change prompt: | |
| autoload -U colors && colors | |
| PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " | |
| # History in cache directory: | |
| HISTSIZE=10000 | |
| SAVEHIST=10000 | |
| HISTFILE=~/.cache/zsh/history |
| --- | |
| # This task list is intended to be imported by playbooks, before any | |
| # other tasks are performed. It lets us determine whether the configured SSH | |
| # port is available, and lets us fall back to the default port if necessary. | |
| # | |
| # The use case here is when a role in the playbook is configured to change the | |
| # sshd port, but the first time the role is executed the host is still | |
| # listening on the default port. With this check in place, we can fall back | |
| # to the default port on the first run, and then on subsequent runs use the | |
| # configured port. |
This is a compilation of information I found in different postings on the net.
tmux can be invoked in command mode using tmux -CC. The simplest way to get a remote tmux session into a window of iterm is to invoke it on the remote host
| #TabsToolbar { | |
| direction: rtl; | |
| } | |
| #tabbrowser-tabs { | |
| direction: ltr; | |
| } | |
| .titlebar-buttonbox { | |
| display: flex; |