Skip to content

daniel-shimon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles 🚀

These are my dotfiles!
Macos and windows supported (zsh on both).
No guarantees ⚠️ 🧨

Installation

❯ ./install.sh
# Generated env file
# Installed zsh profile
# Installed neovim and ideavim configs
# Done!!!

Uninstalling

Simply remove these lines:

# ~/.zshrc
source '/path/to/dotfiles/.env'
source "$DOTFILES_ROOT/zshrc"

# ~/.config/nvim/init.vim OR ~/AppData/Local/nvim/init.vim
source /path/to/dotfiles/init.vim

# ~/.ideavimrc
source /path/to/dotfiles/init.vim
source /path/to/dotfiles/ideavimrc

Whats included

Powerlevel10k prompt

Zgenom with omz and other plugins (with a possible exclude list)

  • Syntax highlighting
  • Fish-style autosuggestions
  • History with fzf
  • Alias tips
  • Autopairing
  • ... and more!

Zsh utils including:

  • Persistent aliases (persist-alias)
  • A calc alias (=)
  • Utils for time-measurement
  • +++

My neovim and ideavim config including plugins and keybindings:

  • Multiple cursors
  • Surround
  • Arg text object
  • Remap like cutlass with OS clipboard integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors