My terminal setup:
- Kitty Terminal
-
- colorscheme: Tokyo Night
-
- font: Iosevka (Nerd Fonts)
- neovim (0.5+)
- nnn
- Zsh
- starship prompt
- lazygit
- glow - markdown terminal viewer
- exa - a modern alternative to ls command
ln -s ~/projects/personal/dotfiles/nvim ~/.config/nvim
ln -s ~/projects/personal/dotfiles/.zshrc ~/.zshrc
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
Installation
brew install starship
Installation
brew install fzf
search-tool
[GitHub]
brew install ripgrep
cat clone with syntax hightlighting
need for syntax hightlighting in fzf preview
brew install bat
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
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
update tmux config:
tmux source ~/.tmux.conf
or
tmuxsource
Installation
brew cask install alacritty
setup config
ln -s /path/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml
Installation
brew install fish
setup config
ln -s /path/dotfiles/.config.fish ~/.config/fish/config.fish
The list of required binaries that should be installed (Homebrew)
- neovim
- bat
- starship
- fzf
- ripgrep
- bat
- tmux
- alacritty
- lua-language-server