Skip to content

maxvrancken/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

files for environment setup

Installation List

  • terminal app (windows terminal for windows, iterm for mac)
  • zsh
  • neovim
  • node
  • python3 and pip3
  • fzf
  • fd

ensure this dotfiles folder is in your root user directory

ZSH

  1. sudo apt-get install zsh
  2. sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  3. git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  4. ZSH_THEME="powerlevel10k/powerlevel10k"
  5. restart terminal
  6. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
  7. git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

NeoVim

TODO

Plugins for NeoVim if in a constrained environment

TODO

About

files for environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors