Перезалив репозитория
This commit is contained in:
10
install/999-dotfiles.sh
Executable file
10
install/999-dotfiles.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
. "../src/01-common.sh" || exit 5
|
||||
title "Copying dotfiles..."
|
||||
require_start
|
||||
|
||||
cp $DOTFILESDIR/.aliases $HOME/.aliases
|
||||
cp $DOTFILESDIR/.bashrc $HOME/.bashrc
|
||||
cp $DOTFILESDIR/.zshrc $HOME/.zshrc
|
||||
cp $DOTFILESDIR/.gitconfig $HOME/.gitconfig
|
||||
cp -R $DOTFILESDIR/Шаблоны $HOME/Шаблоны
|
||||
Reference in New Issue
Block a user