Skip to content

marc7806/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marc7806 dotfiles

This repository contains all my shell configurations. The setup guide is designed for macOS users.

Installation

  1. Clone this repository on your machine under ~/git/dotfiles. This is important for referencing files.
  2. Run ./macos-install.sh <fish|zsh> for macOS installation. This requires brew as package manager. The install script creates symlinks for the configuration files.
  3. If you want to have specific local settings, then add them under ./local/.

Core plugins

  • Starship
    • Amazing shell prompt
  • Autojump
    • Quick jump to directories using j <dir>
  • exa
    • Better ls
  • nvim
    • Extensible Vim editor
    • Install nvim plugins using :PackerInstall