Move to the new laptop
This commit is contained in:
parent
e4c2b904ea
commit
42f3e2639f
4 changed files with 10 additions and 3 deletions
|
@ -8,3 +8,5 @@
|
||||||
email = cyryl.plotnicki@form3.tech
|
email = cyryl.plotnicki@form3.tech
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[url "git@github.com:"]
|
||||||
|
insteadOf = https://github.com/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/home/cyrylplotnicki/dev/dotfiles/.hyper_plugins
|
/home/cyryl/dev/dotfiles/.hyper_plugins
|
|
@ -59,7 +59,7 @@ mkdir -p ~/.kde/share/config/
|
||||||
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
||||||
|
|
||||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
if [[ `hostname` =~ .*form3.* ]]; then
|
if [[ `hostname` =~ .*FORM3.* ]]; then
|
||||||
ln -vfs "$DIR/.gitconfig.linux.form3" ~/.gitconfig
|
ln -vfs "$DIR/.gitconfig.linux.form3" ~/.gitconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,12 @@ set -v
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y upgrade
|
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
|
if [[ -z $USER ]]; then
|
||||||
USER=`whoami`
|
USER=`whoami`
|
||||||
|
|
Loading…
Reference in a new issue