2021-01-27 23:03:35 +02:00
2021-01-27 23:03:35 +02:00
2021-01-27 11:14:43 +02:00
2021-01-27 23:03:35 +02:00
2021-01-27 23:03:35 +02:00
2021-01-27 11:14:43 +02:00
2021-01-27 23:03:35 +02:00
2021-01-27 23:03:35 +02:00

.dotfiles

  1. Install Oh-My-Zsh

  2. Clone this repository into ~/.dotfiles:

    git clone git@github.com:chenasraf/dotfiles.git ~/.dotfiles
    
  3. Install plugins:

    1. zsh-autosuggestions
    2. zsh-syntax-highlighting
  4. Install fzf:

    brew install fzf
    
  5. Replace entire contents of ~/.zshrc with:

    source "$HOME/.dotfiles/.zshrc"
    
  6. Reload zsh:

    source ~/.zshrc
    
Description
My dotfiles! Use at your own risk. Some pre-requisites (see readme)
Readme 209 MiB
Languages
Lua 48.3%
Shell 48.2%
Ruby 2.3%
Vim Script 0.5%
HTML 0.4%
Other 0.3%