Based on: https://gist.github.com/kevin-smets/8568070
This gist outlines the steps needed to setup zsh, ohmyzsh and the powerlevel10k theme on Ubuntu, available for anyone to follow.
-
Setup required dependencies
# update packages sudo apt update
// An implementation of https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/ in React | |
import React, { useRef } from 'react' | |
const AutoGrowingTextArea = props => { | |
const grower = useRef(null); | |
return( | |
<div className="AutoGrowingTextArea" ref={grower}> | |
<textarea |
Based on: https://gist.github.com/kevin-smets/8568070
This gist outlines the steps needed to setup zsh, ohmyzsh and the powerlevel10k theme on Ubuntu, available for anyone to follow.
Setup required dependencies
# update packages
sudo apt update