murilo-toddy / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZSH

sudo apt update -y
sudo apt upgrade -y
sudo apt install zsh -y
chsh -s /bin/zsh
zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
mkdir -p ~/.fonts
git clone https://github.com/pdf/ubuntu-mono-powerline-ttf.git ~/.fonts/ubuntu-mono-powerline-ttf
fc-cache -vf

TMUX

Dependencies

brew install fzf

About


Languages

Language:Lua 79.2%Language:Shell 20.8%