Move to the new laptop

This commit is contained in:
Cyryl Płotnicki 2019-05-23 15:08:39 +01:00
parent e4c2b904ea
commit 42f3e2639f
No known key found for this signature in database
GPG key ID: 436DDB0D638A3C61
4 changed files with 10 additions and 3 deletions

View file

@ -8,3 +8,5 @@
email = cyryl.plotnicki@form3.tech
[commit]
gpgsign = true
[url "git@github.com:"]
insteadOf = https://github.com/

View file

@ -1 +1 @@
/home/cyrylplotnicki/dev/dotfiles/.hyper_plugins
/home/cyryl/dev/dotfiles/.hyper_plugins

View file

@ -59,7 +59,7 @@ mkdir -p ~/.kde/share/config/
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
if [[ `hostname` =~ .*form3.* ]]; then
if [[ `hostname` =~ .*FORM3.* ]]; then
ln -vfs "$DIR/.gitconfig.linux.form3" ~/.gitconfig
fi

View file

@ -5,7 +5,12 @@ set -v
sudo apt update
sudo apt -y upgrade
sudo apt -y --fix-missing install apt-file aptitude aria2 atop cmake curl git glances gnupg2 keepass2 mercurial pv python-dev python-pip python3-pip ruby-dev tmux vim whois zsh dirmngr syncthing net-tools coreutils xclip wget
sudo apt -y --fix-missing install apt-file aptitude aria2 atop cmake curl git glances gnupg2 keepass2 mercurial pv python-dev python-pip python3-pip ruby-dev tmux vim whois zsh dirmngr syncthing net-tools coreutils xclip wget scdaemon
# gsconnect
sudo ufw allow 1714:1764/udp
sudo ufw allow 1714:1764/tcp
sudo ufw reload
if [[ -z $USER ]]; then
USER=`whoami`