Alexis-D / .dotfiles

Configs files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

A note about Homebrew and useful formulas

brew install coreutils findutils gawk gnu-sed grep gzip netcat watch
brew install gpg2 pass pinentry pinentry-mac pwgen
brew install certigo duti git jq pup pv screen tofrodos unrar vmtouch yt-dlp
brew install bash bash-completion@2 dive docker-compose-completion z
brew install htop nmap the_silver_searcher vim
brew install java
brew install python python3 pyenv pyenv-virtualenv

brew install --cask chromium firefox
brew install --cask docker iterm2 intellij-idea-ce
brew install --cask flux karabiner-elements keyboard-cleaner licecap rectangle vlc

brew tap homebrew/cask-fonts
brew install --cask font-inconsolata font-jetbrains-mono font-ubuntu

A note about Python

python3 -m venv path/to/venv
. path/to/venv/bin/activate

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 Firefox

A note about MacOS

About

Configs files


Languages

Language:Vim Script 87.5%Language:Shell 12.3%Language:Python 0.2%