EdwardNavarro / dotfiles-1

Environment dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Runcom

Tmux.conf

ln -s ~/github/dotfiles/runcom/tmux.conf ~/.tmux.conf

pip.conf

ln -s ~/github/dotfiles/runcom/pip.conf ~/.config/pip/pip.conf

inputrc

Enable Vim bindings for REPL like Python.

ln -s ~/github/dotfiles/runcom/inputrc ~/.inputrc

terraformrc

ln -s ~/github/dotfiles/runcom/terraformrc ~/.terraformrc

Softwares

Joplin

Edit Keymap Config File

Add file ~/.config/joplin/keymap.json with the content of './sofwares/joplin/keymap.json'

Karabiner

Link change-screenshot-keys.json to Karabiner config folder

ln -s ~/github/dotfiles/sofwares/karabiner/change-screenshot-keys.json ~/.config/karabiner/assets/complex_modifications

Enable in the Complex modifications tab

Mirrors

Maven

Link settings.xml to m2 config folder

mkdir ~/.m2
ln -s $PWD/mirrors/settings.xml ~/.m2/settings.xml

About

Environment dotfiles

License:MIT License