Skip to content

NicolaiVdS/dotfiles-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nicolai's dorfiles

Warning: Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Contents

  • vim config
  • Oh My Zsh

Vim setup

  • install on MacOs
    • brew install vim
  • install on arch
    • sudo pacman -S vim

Oh My Zsh Setup

Requires Oh My Zsh

  • Theme bira (built in) - More Theme's
  • brew - several aliases for common brew commands.
  • chucknorris - Chuck Norris fortunes.
  • colored-man-pages - adds colors to man pages.
  • docker - auto-completion for docker.
  • docker-compose - provides completion for docker-compose as well as some aliases for frequent docker-compose commands.
  • git - provides many aliases and a few useful functions.
  • k - Directory listings for zsh with git features.
    • is not build in check link to install.
    • requireqs coreutils.
      • GNU coreutils can be installed on OS X with homebrew: brew install coreutils
  • macos - provides a few utilities to make it more enjoyable on macOS.
  • nvm - provides many useful aliases as well as completion for the Apache Maven command.
  • python - adds several aliases for useful Python commands.
  • sudo - Easily prefix your current or previous commands with sudo by pressing esc twice.
  • vscode - provides useful aliases to simplify the interaction between the command line and VS Code or VSCodium editor.
  • web-search - adds aliases for searching with Google, Wiki, Bing, YouTube and other popular services.
  • zsh-autosuggestions - It suggests commands as you type based on history and completions.
    • is not build in check link to install.
  • zsh-completions - Additional completion definitions for Zsh.
    • is not build in check link to install.
  • zsh-syntax-highlighting - provides syntax highlighting for the shell zsh.
    • is not build in check link to install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published