advoryanskiy / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

For macos

Install homebrew

Stow

Install GNU Stow:

brew install stow

Git configs

stow git

Binaries

Will be installed in ~/.local/bin

stow bin

Alacritty

Install alacritty:

brew install alacritty

Install config:

stow alacritty

Tmux

Install tmux:

brew install tmux

Install config:

stow tmux

Install tpm:

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

Open tmux config and install plugins:

vim ~/.config/tmux/tmux.conf
# press ctrl+a I

Zsh

Install oh-my-zsh:

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

Install plugins:

# powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

# autosuggestions
git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

# syntax highlighting
git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

About


Languages

Language:Shell 90.9%Language:Lua 9.1%