Skip to content

ilsenem/dotfiles

Repository files navigation

Dotfiles

Description

Installs basic configs for Kitty, Nvim and couple useful tools.

Requirements

OS

Tested on MacOS only.

Fonts

FiraCode Nerd Mono is great for this whole configuration:

brew install font-fira-code-nerd-font

Tools

  • ZSH

    brew install zsh
    chsh -s $(which zsh)
  • Oh-My-Posh

    brew install jandedobbeleer/oh-my-posh/oh-my-posh
  • FZF

    brew install fzf
  • Zoxide

    brew install zoxide
    
  • Bat

    brew install bat
  • NeoVim

    brew install neovim
  • Kitty

    brew install kitty

Additional tools may be required such as:

  • PHP
  • NodeJS
  • ...

Management

Stow

Stow is the package manager for configuration files. Install it:

brew install stow

Close this repo in the home dir:

cd ~/
git clone [email protected]:ilsenem/dotfiles.git ~/.dotfiles

Go to the Dotfiles directory and isntall packages you need to configure:

cd ~/.dotfiles
stow zsh