/.dotfiles

Configs files

Primary LanguageVim Script

How to deploy these config files

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
ssh-keygen -t ed25519 -C "Alexis Daboville <adaboville@...>"
git clone --recursive git@github.com:Alexis-D/.dotfiles.git
sudo chsh -s /opt/homebrew/bin/bash alexis
cd .dotfiles
bash
. deploy.sh
# git submodule update --remote # update all submodule to whatever origin's HEAD is pointing to

Vim plugins are managed using Pathogen (see tpope/vim-pathogen).

A note about Chrome

map <c-f> scrollFullPageDown
map <c-b> scrollFullPageUp
map p togglePinTab
map u restoreTab
map e Vomnibar.activateEditUrl
map E Vomnibar.activateEditUrlInNewTab
map Y copyCurrentUrl
enfr: http://www.wordreference.com/enfr/%s
fren: http://www.wordreference.com/fren/%s
g: http://google.com/search?q=%s
m: https://www.google.com/maps?q=%s
w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s
wa: https://www.wolframalpha.com/input/?i=%s
y: https://www.youtube.com/results?search_query=%s
https?://github.com/* btye

A note about Python

Install Rye.

A note about Firefox

A note about MacOS