what-terminal-is-felix-using
what-terminal-is-felix-using copied to clipboard
💻 For everyone who wants to know more about the terminal I use
Results
2
what-terminal-is-felix-using issues
Sort by
recently updated
recently updated
newest added
It looks like the system Python has been removed from MacOS since 12.3.1, meaning e.g. powerline-shell won't install with the out of the box instructions. pyenv or similar should be...
Here is the terminal part from my personal mac install script: ``` REAL_PATH="$(readlink "${BASH_SOURCE}")" cd -P "$(dirname "${REAL_PATH}")" link_to() { if [ ! -e "$2" ]; then if [ !...