Остатки: удалён common.sh и пр мелочи
This commit is contained in:
@@ -7,7 +7,7 @@ echo
|
||||
|
||||
# https://t.me/axenov_blog/251
|
||||
|
||||
# snapi chromium
|
||||
# sudo snap install chromium
|
||||
wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" -O /tmp/google-chrome-stable_current_amd64.deb
|
||||
sudo dpkg -i /tmp/google-chrome-stable_current_amd64.deb
|
||||
rm /tmp/google-chrome-stable_current_amd64.deb
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
. "../src/01-common.sh" || exit 5
|
||||
title "Copying dotfiles..."
|
||||
require_start
|
||||
# . "../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/Шаблоны
|
||||
# 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