Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Andrei-Vasil/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommended utils

oh-my-zsh

Install oh-my-zsh:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

powerlevel10k

Add p10k to oh my zsh themes:

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

Additional plugins

Add zsh-syntax-highlighting:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Stow

Install stow:

sudo apt install stow  # use your preferred package manager

Run:

stow .
stow --adopt .  # if you have conflicting files, adopt them in this directory

Further reading on .stow-local-ignore

Tmux

Install tmux:

sudo apt install tmux  # use your preferred package manager

TPM

Install Tmux Plugin manager TPM:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

NVim

ripgrep is required for Telescope Live Grep functionality

# Install on Ubuntu:
sudo apt install ripgrep

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published