🚚 🎨 config after install
This commit is contained in:
parent
71839f51e5
commit
f2f0d24dc2
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
makefile
4
makefile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue