🚚 🎨 config after install

This commit is contained in:
DannyDannyDanny 2023-11-10 16:01:05 +01:00
parent 71839f51e5
commit f2f0d24dc2
2 changed files with 3 additions and 4 deletions

View file

@ -19,3 +19,6 @@ echo >&2 $(ls -la)
echo >&2 " >>> running .configure"
make && sudo make install
echo >&2 " >>> link tmux config from dotfiles"
ln -s -f /tmp/dotfiles/.tmux.conf ~/.tmux.conf

View file

@ -45,10 +45,6 @@ setup_python_and_poetry:
~/config/nvim/python -m pip install pynvim
# "WARNING: in nvim run :checkhealth and check python provider status"
setup_tmux_a:
echo "configuring tmux with 'a' as prefix"
ln -s -f ~/dotfiles/.tmux.conf ~/.tmux.conf
setup_git:
git config --global user.name "DannyDannyDanny"
git config --global user.email "dth@taiga.ai"