Skip to content

ivokaragyozov/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. Install kitty:
    brew install kitty
  2. Install fish:
    brew install fish
  3. Install neovim:
    brew install neovim
  4. Install tmux:
    • Install tmux
      brew install tmux
    • Install tpm which will allow for plugins to be installed
      git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm

Installation

  1. Clone the repo into your desired configs folder:
    git clone https://github.com/ivokaragyozov/configs.git ~/.config
  2. Set fish as your login shell:
    • Add fish to /etc/shells with:
      echo /usr/local/bin/fish | sudo tee -a /etc/shells
    • Change your default shell with:
      chsh -s /usr/local/bin/fish
  3. Enter a tmux session:
    • Source the tmux.conf file:
      tmux source ~/.config/tmux/tmux.conf
    • Press Ctrl-A + I to install the plugins.
  4. Open neovim, it will install its plugins automatically.

About

Configs for kitty, fish, neovim and tmux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published