sudo snap install universal-ctags
sudo apt install xclip
sudo apt install ripgrep
chsh -s $(which zsh)
Download font https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
sudo mkdir /usr/local/share/fonts/sample
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
sudo unzip -q Meslo.zip -d /usr/local/share/fonts/sample/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ln -s `readlink -f ./shell/zsh/.zshrc` ~/
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
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
ln -s `readlink -f ./shell/zsh/powerlevel10k` ~/
ln -s `readlink -f ./shell/zsh/.p10k.zsh` ~/
ln -s `readlink -f ./shell/zsh/.p10k-lean-8colors.zsh` ~/
- ranger
- tldr
mv ~/.config/gtk-3.0/gtk.css ~/.config/gtk-3.0/gtk.css.bak
ln -sf $(readlink -f ./shell/gnome/.config/gtk-3.0/gtk.css ) ~/.config/gtk-3.0/
ln -s $(readlink -f lvim) ~/.config
sudo ln -s ~/.local/kitty.app/bin/kitty /usr/bin/
ln -s $(readlink -f ./shell/kitty/kitty.conf) ~/.config/kitty/kitty.conf