mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
Install gitattributes too, which is poor practice and repo specific .gitattributes should be used instead
This commit is contained in:
parent
4ca9957de7
commit
b873473b75
@ -13,6 +13,7 @@ cat .mikaela/pastebinit.xml >~/.pastebinit.xml
|
||||
cat .mikaela/environment >~/.environment
|
||||
mkdir ~/.config/git
|
||||
cat .mikaela/gitconfig >~/.config/git/config
|
||||
cat .gitattributes >~/.config/git/attributes
|
||||
mkdir -p ~/.ssh
|
||||
cat .mikaela/keys/authorized_keys >~/.ssh/authorized_keys
|
||||
cat etc/ssh/ssh_config >~/.ssh/config
|
||||
|
Loading…
Reference in New Issue
Block a user