Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
/ dotfiles.mac Public archive

[DEPRECATED] dd's personal dotfiles (macOS)

Notifications You must be signed in to change notification settings

ddnomad/dotfiles.mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTE: This repository was integrated in ddnomad/dotfiles monorepo

macOS Dotfiles

This repository contains dd's personal dotfiles for macOS. This is already V2 which was "backported" from my Arch Linux dotfiles. This version uses YADM for managing the files under VCS.

At any given point in time something in this configuration may be broken either bacause it was not yet noticed or because there is no time to fix it just yet.

For those curious to see even worse version of these dots there is also V1 branch that keeps the very first generation of this repository untouched.

Self Reminders

nvim

  • Added vim-commentary. Use it with gc (toggle comment line), selection + gc (toggle comment a selected block ).
  • Added ctrlp.vom. No extra configuration was performed. Use Ctrl+P to search for a file and open in a current buffer. Worth keeping?
  • Added ncm2 autocompletion and some completion providers. Currently it is annoying vvv much. Might be worth trying to get used to it.
  • Added SimpylFold. Use zc to fold all, zi to unfold all, za to toggle fold of a selected fold, zA to toggle fold and all nested folds.