???? Public repo for my personal dotfiles
Go to file
Dionisio E Alonso b15b9178c6 feat(LSP): Modify the way a virtual env is located
Changed the hard-coded virtual environment directory name used to look
for Python related binaries to whatever directory is defined in the
`VIRTUAL_ENV` environment variable.  That variable's value is more
reliable, even more when Python virtual environments are located in a
central location, not near the repository.
2024-03-02 17:29:42 -03:00
0ad/config feat(0 A.D.): Add more lobby buddies 2023-04-22 13:59:28 -03:00
VSCodium/User feat(Iosevka): Bumped version to 26.1.0 2023-08-16 14:49:56 -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
clangd feat(LSP): Add a default clangd configuration 2024-01-23 11:26:40 -03:00
dconf Update Tilix Quake default size 2019-11-19 14:36:37 -03:00
emacs feat(LSP): Delete unnecessary settings 2024-02-26 12:43:53 -03:00
fish feat(Fish): Set default editor to Neovim 2024-01-26 10:04:08 -03:00
fontconfig feat: Add font customisation information 2023-06-27 13:12:59 -03:00
git feat(Git): Add nice default date format for blame 2024-01-24 17:16:19 -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(Iosevka): Bumped version to 26.1.0 2023-08-16 14:49:56 -03:00
mypy feat(LSP): Add nice pretty output for Mypy 2024-02-06 09:02:19 -03:00
nvim feat(LSP): Modify the way a virtual env is located 2024-03-02 17:29:42 -03:00
nvim-gtk feat(Neovim): Update font and window sizes 2024-01-22 11:53:13 -03:00
pip fix: progress-bar=pretty got deprecated on Pip 2022-08-23 09:55:57 -03:00
ruff feat(LSP): Bump configuration for Ruff 2024-02-23 17:42:29 -03:00
shells feat(shells): Add an alias for vi to run nvim 2024-01-26 12:30:44 -03:00
templates feat(LSP): Move some comments between config files 2024-02-24 20:37:50 -03:00
tiling-assistant feat(TilingAssistant): Minor corrections to the Coding profile, 1920×1080 2023-09-21 09:17:59 -03:00
tmux Fix wrongly deleted submodule 2021-03-10 00:49:23 -03:00
vim feat(Vim): Turn off folding display by default 2024-01-29 05:47:24 -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
flake8 feat(LSP): Amend documentation 2024-02-04 18:26:15 -03:00
fourmolu.yaml feat(LSP): Add minimum configuration to Fourmolu. 2024-01-23 19:29:10 -03:00
pylintrc.toml feat(LSP): Move some comments between config files 2024-02-24 20:37:50 -03:00
pytest.ini feat(Pylint): Add nice configurations to pytest 2024-01-23 19:31:08 -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 🧉 ~