???? Public repo for my personal dotfiles
Go to file
Dionisio E Alonso 6d89f99c14 feat(Neovim/vim): Set VSCode Dark+ as default colorscheme
Set in both editors the VSCode theme Dark+ variant.  Each editor uses a
plugin built specifically for it, because Neovim's is written in Lua and
Vim's doesn't provide TreeSitter support.
2023-04-07 18:30:27 -03:00
0ad/config fix: Fog looks nice, but units may disappear underneath 2022-06-07 15:03:08 -03:00
VSCodium/User feat(VSCodium): Bump Iosevka's font features version 2023-04-02 19:03:16 -03:00
alacritty Update settings for background opacity in Alacritty 2022-01-07 22:57:48 -03:00
beets Add year and genre when listing albums in Beets 2020-04-23 14:10:08 -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 feat: Update fish README 2022-11-14 11:36:37 -03:00
fontconfig feat: Add to fontconfig a Nerd Font for monospace 2022-08-18 22:54:58 -03:00
git feat: Add default gitignore for all my git repos 2022-10-30 12:17:56 -03:00
helix feat: Add new app configs 2023-01-15 22:56:25 -03:00
ipython/profile_default Correct come PEP-008 issues 2018-04-22 01:28:43 -03:00
kitty feat(Kitty): Add default features for JetBrainsMono font 2023-04-02 21:24:29 -03:00
nvim feat(Neovim/vim): Set VSCode Dark+ as default colorscheme 2023-04-07 18:30:27 -03:00
nvim-gtk Minor window layout change for Neovim-GTK 2018-11-05 13:04:32 -03:00
pip fix: progress-bar=pretty got deprecated on Pip 2022-08-23 09:55:57 -03:00
shells Change quotation in shell's aliases 2019-04-23 14:50:43 -03:00
tmux Fix wrongly deleted submodule 2021-03-10 00:49:23 -03:00
vim feat(Neovim/vim): Set VSCode Dark+ as default colorscheme 2023-04-07 18:30:27 -03:00
zathura Use basename in window title for Zathura 2019-03-26 16:42:42 -03:00
.gitignore feat: Generalize IPython's ignores in gitignore 2022-11-17 00:34:28 -03:00
.gitmodules feat(vim): Add VSCode Dark+ colorscheme for Vim 2023-04-07 17:27:40 -03:00
README.rst feat: Move Neovim/Vim specific docs to their own README 2022-08-07 18:25:34 -03:00
tmux.conf Add undercurl support to Tmux 2021-11-19 09:40:25 -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 --remote-submodules https://gitlab.com/baco/dotconf.git

Updating

Periodically update submodules with the following git command: :

$ git submodule update --remote --depth=1

If cloned without the --recurse-submodules --remote-submodules git-clone flags you can fix that by running: :

$ git submodule update --remote --init

Some Neovim/Vim specifics

Neovim/Vim README

~ Made with ❤️ and 🧉 ~