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
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 |
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
#!/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 |
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
# 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 |