Skip to content

kovalevsky0/dotfiles

Repository files navigation

dotfiles

My terminal setup:

Neovim

ln -s ~/projects/personal/dotfiles/nvim ~/.config/nvim

zsh

ln -s ~/projects/personal/dotfiles/.zshrc ~/.zshrc

zsh plugins

git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-completions
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

starship

Installation

brew install starship

fzf

Installation

brew install fzf

ripgrep

search-tool

[GitHub]

brew install ripgrep

bat

cat clone with syntax hightlighting

need for syntax hightlighting in fzf preview

brew install bat

Configuration

ln -s ~/projects/personal/dotfiles/batconfig ~/.config/bat/config

tmux neovim colors fix

tmux attach
tmux set-option -ga terminal-overrides ",xterm-256color:Tc"
tmux detach
tmux attach

Old setup

tmux

for controling sessions in terminal

[GitHub]

Installation

Just install from source instead of using brew

setup config

ln -s /path/dotfiles/.tmux.conf ~/.tmux.conf

Using Tmux Plugin Manager

update tmux config:

tmux source ~/.tmux.conf

or

tmuxsource

Alacritty

Installation

brew cask install alacritty

setup config

ln -s /path/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml

fish-shell

Installation

brew install fish

setup config

ln -s /path/dotfiles/.config.fish ~/.config/fish/config.fish

Dependencies (Homebrew)

The list of required binaries that should be installed (Homebrew)

  • neovim
  • bat
  • starship
  • fzf
  • ripgrep
  • bat
  • tmux
  • alacritty
  • lua-language-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published