Putting together a PC Build for late 2019.
- CPU:
- GPU: EVGA/ NVIDIA RTX 2070 Super?
- MOBO:
- RAM: 32GB DDR4
- SSD: 2TB Primary
- Storage:
- Monitor: 144hz 1440p (27"?)
- Cooling:
echo "Creating an SSH key for you..." | |
ssh-keygen -t rsa | |
echo "Please add this public key to Github \n" | |
echo "https://github.com/account/ssh \n" | |
read -p "Press [Enter] key after this..." | |
echo "Installing xcode-stuff" | |
xcode-select --install |
Putting together a PC Build for late 2019.
Courtey of Macrumors
The default bluetooth audio codec on mac kind of sucks.
To enable aptX, enter this in your terminal:
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
To enable AAC, enter this in your terminal:
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
My work macbook configuration w/ apps and software I might use in my day-to-day job.
'c.
,xNMM. -------------------------
.OMMMMo OS: macOS Mojave 10.14.6 18G95 x86_64
OMMM0, Host: MacBookPro15,2
.;loddo:' loolloddol;. Kernel: 18.7.0
cKMMMMMMMMMMNWMMMMMMMMMM0: Uptime: 13 days, 5 hours, 8 mins
hey Nina |
export PS1="\[\033[0;31m\]⤹ \[\033[0m\]\[\033[0;35m\]\t\[\033[0m\]\[\033[0;36m\] \w\[\033[0m\]\[\033[0;31m\]\n⮑ \[\033[0m\]" |
brew install pandoc
brew cask install basictex
- needed for the pdflatex tool./usr/local/bin
so pandoc can easily find it. ln -s /Library/TeX/Root/bin/x86_64-darwin/pdflatex /usr/local/bin/pdflatex
pandoc input.md -o output.pdf
pandoc input.md -o output.pdf -V geometry:margin=1in