Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.22 KB

.dotfiles

I use this repo to install/manage dependencies on Ubuntu and macOS :)

Dependencies

  • Livedown npm install -g livedown vim plugin for livedown
  • RVM Brew install gpg gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  • Docker
  • PostgreSQL
  • NeoVim
  • NVM

Besides i3wm, configuration for ubuntu and macOS are the same, you can check them on /config.

./config.sh will create a link to nvim config in config/ to ~/.config.

Source Code Pro

Source code at Github and download from FontLibrary.

Git Config

git config --global user.name “Marina Limeira” git config --global user.email “marinaflessa@gmail.com” ^ask for user input?

nvim

Install Vim Plug:

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

And then, :PlugInstall

Acid install instructions: (for clojure dev) https://github.com/clojure-vim/acid.nvim#installing