2023-04-28 02:28:36 +03:00
2023-04-28 02:12:57 +03:00
2022-11-08 23:00:30 +02:00
2023-02-14 08:57:55 +02:00
2023-01-18 13:54:39 +02:00
2023-04-26 09:48:20 +03:00
2022-11-10 15:34:28 +02:00
2023-04-27 18:49:03 +03:00
2023-04-25 22:37:49 +03:00
2021-01-27 23:03:35 +02:00
2022-09-01 23:52:07 +03:00
2023-01-30 18:02:13 +02:00
2023-04-26 23:49:53 +03:00
2022-09-01 23:52:07 +03:00
2022-06-01 10:36:03 +03:00
2023-04-26 23:49:53 +03:00
2023-04-28 02:27:42 +03:00
2023-04-27 17:24:20 +03:00
2023-02-02 12:36:12 +02:00
2023-01-23 23:13:07 +02:00
2023-04-28 02:28:36 +03:00
2022-09-02 13:57:01 +03:00
2023-04-26 09:48:20 +03:00

.dotfiles

How to install

  1. Install Oh-My-Zsh

  2. Clone this repository into ~/.dotfiles:

    git clone git@github.com:chenasraf/dotfiles.git ~/.dotfiles
    
  3. Replace entire contents of ~/.zshrc to the new version using (ln -s does not work):

    echo 'source "$HOME/.dotfiles/.zshrc"' > ~/.zshrc
    
  4. In a new terminal, run install scripts:

    home install
    home reload
    

TO DO

  • Make next template incremental (yarn create next-app + copy rest of tpl)
  • Make CRA template (same)
  • Improve generic user store/api login flow in template
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%