mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 17:06:15 +01:00
Added git config
This commit is contained in:
parent
3140b3477d
commit
83a64fd1e0
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ HTTP_PASSWORD=
|
|||
cp /cloud9/bashrc.default /home/$USER/.bashrc
|
||||
chown -R $USER:$USER /home/$USER/.bashrc
|
||||
|
||||
# Gitconfig
|
||||
touch /workspace/.ubuntu/gitconfig
|
||||
ln -sf /workspace/.ubuntu/gitconfig /home/$USER/.gitconfig
|
||||
|
||||
# cloud9
|
||||
cp /cloud9/bashrc.default /home/$USER/.bashrc
|
||||
|
|
|
|||
Loading…
Reference in a new issue