???? Public repo for my personal dotfiles
Go to file
Dionisio E Alonso 85f646afd7 Add my default prompt colors to Fish 2020-04-11 22:13:03 -03:00
VSCodium Add option to search symbols for python in VSCodium 2020-03-09 10:35:56 -03:00
beets Correct Beets' configuration file 2019-10-04 03:31:30 -03:00
calibre Increase margins in Calibre's viewer 2019-07-29 18:58:04 -03:00
dconf Update Tilix Quake default size 2019-11-19 14:36:37 -03:00
emacs.d Enable truncate lines on Emacs instead of folding 2020-02-13 10:22:33 -03:00
fish Add my default prompt colors to Fish 2020-04-11 22:13:03 -03:00
git Remove no longer necessary coloring setting for Git 2019-03-13 21:51:55 -03:00
ipython/profile_default Correct come PEP-008 issues 2018-04-22 01:28:43 -03:00
nvim Change font size and add some FontFeatures 2020-03-12 12:48:31 -03:00
nvim-gtk Minor window layout change for Neovim-GTK 2018-11-05 13:04:32 -03:00
pip Delete user-scope installation for Pip 2019-11-20 10:57:12 -03:00
shells Change quotation in shell's aliases 2019-04-23 14:50:43 -03:00
tmux Add window geometry for Calibre's eBook viewer 2019-07-25 23:49:25 -03:00
vim Update Vim plugins 2020-03-09 10:32:28 -03:00
zathura Use basename in window title for Zathura 2019-03-26 16:42:42 -03:00
.gitmodules Add git-gutter-signs plugin to Neovim/Vim 2020-01-24 16:50:02 -03:00
README.rst Add Node install instructions in README 2020-01-22 17:36:18 -03:00
tmux.conf Set default-terminal for Tmux as a server option 2019-03-20 09:52:43 -03:00

README.rst

Baco's Dotfiles

These are my dot files.

Submodules

Take into account that this project has submodules. When cloning do it as: :

$ git clone --recurse-submodules https://gitlab.com/baco/dotconf.git 

For using Neovim or Vim with coc.nvim plugin, you need to install Node+npm. One way of doing that is: :

$ curl -sL install-node.now.sh/lts | bash -s -- --prefix ~/.local