- Install Xfce
- Install gvfs (for trash)
- Add
exec startxfce4to~/.xinitrc - Set it up like our old friend, GNOME 2
- Install
networkmanagerandnetwork-manager-applet - Install the Bluebird theme
- Install the elementary icons
- Get the Arch logo and use it as the Applications menu icon
- Install Chromium
- Clone dotfiles repo and "install"
| import email, getpass, imaplib, os | |
| detach_dir = '.' # directory where to save attachments (default: current) | |
| user = raw_input("Enter your GMail username:") | |
| pwd = getpass.getpass("Enter your password: ") | |
| # connecting to the gmail imap server | |
| m = imaplib.IMAP4_SSL("imap.gmail.com") | |
| m.login(user,pwd) | |
| m.select("cs2043") # here you a can choose a mail box like INBOX instead |
<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>
<general_guidelines>
- NEVER use meta-phrases (e.g., "let me help you", "I can see that").
- NEVER summarize unless explicitly requested.
- NEVER provide unsolicited advice.
- NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
- ALWAYS be specific, detailed, and accurate.
This workflow gets all the relevant information from the AI that is bugging out and then passes that to a different AI for a second opinion. It also tells the AI how to think about the problem.
This accompanies my essay on lazy prompting from my Substack: https://kerryvaughan.substack.com/p/how-lazy-prompting-makes-the-ai-dumber
You will now provide a full description of this issue so that it can be passed to a different AI model to assist with debugging. Please provide the following information:
| { | |
| "experimental.theme_overrides": { | |
| "accents": [ | |
| "#c6aaf666", | |
| "#bac1f766", | |
| "#8cc7e766", | |
| "#add8a866", | |
| "#e6d4b066", | |
| "#ecb19766", | |
| "#e696a966" |