Skip to content

Instantly share code, notes, and snippets.

@ceeji
ceeji / ohmyzsh.sh
Last active March 27, 2020 12:35
Oh-my-zsh with plugins
apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
nano ~/.zshrc
# add zsh-autosuggestions extract zsh-syntax-highlighting to plugins
source ~/.zshrc
#include <iostream>
#include <cstdlib>
using namespace std;
class A
{
public:
A()
{
#include <iostream>
#include <cstdlib>
using namespace std;
class A
{
public:
A()
{