All Requirements
-
build-essential
(Ubuntu)sudo apt install build-essential
cd ~
git clone https://github.com/vinicius98s/dotfiles.git .dotfiles
cd .dotfiles
sh install.sh
<leader> = Space
Requirements
To install plugins: :PackerInstall
Some bindings:
Ctrl+P
- Open filesCtrl+F
- Fuzzy finderCtrl+O
- Open buffers<leader> + w
- Move buffer left<leader> + e
- Move buffer right<leader> + q
- Close buffer
Config is based on Oh my tmux!, so most of shortcuts can be found there.
Requirements
Requirements
Themes
- guezwhoz
ZSH_THEME="guezwhoz"
git clone https://github.com/guesswhozzz/021011.zsh-theme ~/021011-tools
mv ~/021011-tools/021011.zsh-theme $ZSH/themes/guezwhoz.zsh-theme
-
Spaceship
ZSH_THEME="spaceship"
-
powerlevel10k
ZSH_THEME="powerlevel10k/powerlevel10k"