Skip to content

Instantly share code, notes, and snippets.

View Yeshwanthyk's full-sized avatar
💾

Yesh Yendamuri Yeshwanthyk

💾
View GitHub Profile
@Yeshwanthyk
Yeshwanthyk / agent loop
Created March 11, 2025 02:42 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
#!/bin/sh
# All the things I can install from the command line when I set up a new Mac
# This can be executed by copying and pasting the following at a shell prompt
# curl https://raw.github.com/gist/2993226/initial_setup.sh | sh
# Install Homebrew
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
# Tap Homebrew versions (needed for older versions of Python)
brew tap homebrew/versions
@Yeshwanthyk
Yeshwanthyk / config
Last active December 11, 2015 17:39 — forked from dlo/config
Pianobar settings for LastFM Scrobble. Gist contains following files: 1) config 2) scrobble.py 3) pylast.py (For sake of completeness)
# Move this file to ~/.config/pianobar/config
# User
user = PANDORA_USERNAME
password = PANDORA_PASSWORD
# Change this to where your scrobble.py file is
event_command = ~/.config/pianobar/scrobble.py