These lines of code are meant to be run in your terminal by pasting and pressing enter one after the other.
chsh -s $(which bash)
ORchsh -s /bin/bash
- More info here
for i in {1..2000}; do printf ' ♡ 📂 → ➩ ➪ ➫ ➬ ➭ ➮ '; done;
will create an emoji for loop
folder-spell
is a folder poetry generator that came out of a conversation our TA Brian Solon and i had on the bus yesterday. It makes writing sentences with folders go very quickly.
- It creates a series of nested folders with a text file at the end.
- The first words you write after
folder-spell
will become a series of nested folders. The text within quotations will become the contents of a text file.
Installation
- enter the entire following line in your terminal
curl https://gist.githubusercontent.com/solon/27106a5389c61dcb83fb25fa9c20787d/raw/folder-spell.sh > ~/folder-spell.sh && chmod u+x ~/folder-spell.sh && echo $'folder-spell() {\n ~/folder-spell.sh \"$@\" \n}' >> ~/.bash_profile
source ~/.bash_profile
Usage
-
folder-spell these are words "this is some text"
-
Another example usage:
folder-spell this is a folder poem generator "the first words you write will become a series of nested folders. The text within quotations will become the contents of a text file"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install tree
- sudo scutil --set HostName new_hostname
- restart your computer
conda config --set auto_activate_base False
source ~/.bash_profile