ddnomad / dotfiles.mac

[DEPRECATED] dd's personal dotfiles (macOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[DEPRECATED] dd's personal dotfiles (macOS)


Languages

Language:Shell 56.2%Language:Vim Script 43.8%