mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 12:31:31 +01:00
add pdbpp rc
This commit is contained in:
parent
a6f86bcb92
commit
2bba55ecf9
|
@ -37,6 +37,10 @@ function setup_vim {
|
|||
(cd ~/.vim_runtime/my_plugins && git add * && git commit -m "bretello dotfiles")
|
||||
}
|
||||
|
||||
function setup_pdbprc {
|
||||
ln -s $DOTFILES/pdbrc.py $HOME/.pdbrc.py
|
||||
}
|
||||
|
||||
# Add an ssh config file with:
|
||||
# - Connection multiplexer for faster multiple connections
|
||||
# - Keep connections alive (avoid timeout disconnections)
|
||||
|
@ -211,6 +215,8 @@ function brethil_dotfiles_setup {
|
|||
create_ssh_config
|
||||
# git config
|
||||
setup_git
|
||||
# pdbpp rc
|
||||
setup_pdbprc
|
||||
|
||||
# Symlink brethil.zsh-theme
|
||||
ln -s $DOTFILES/brethil.zsh-theme $HOME/.antigen/bundles/robbyrussell/oh-my-zsh/themes/ # TODO: improve this
|
||||
|
|
Loading…
Reference in New Issue
Block a user