install-new-server.sh: automate fzf installaiton, update go version,

mv launch-scripts other-scripts, rm screen-scripts
This commit is contained in:
2025-06-07 18:13:13 +02:00
parent 7cb437e278
commit 112f89502a
15 changed files with 7 additions and 27 deletions

View File

@@ -47,9 +47,9 @@ cat .bashrc >> ~/.bashrc
source .bashrc source .bashrc
# # go # # go
# echo "installing go 1.21.6" # echo "installing go 1.24.3"
# wget https://golang.org/dl/go1.21.6.linux-amd64.tar.gz # wget https://golang.org/dl/go1.24.3.linux-amd64.tar.gz
# tar -C /usr/local -xzf go1.21.6.linux-amd64.tar.gz # tar -C /usr/local -xzf go1.24.3.linux-amd64.tar.gz
# #
# # nodejs # # nodejs
# echo "installing nodejs v16" # echo "installing nodejs v16"
@@ -59,10 +59,10 @@ source .bashrc
# #
# echo "installing npm http-server" # echo "installing npm http-server"
# npm install -g http-server # npm install -g http-server
#
# echo "installing fzf fuzzy finder" echo "installing fzf fuzzy finder"
# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
# ~/.fzf/install yes | ~/.fzf/install
echo "instaling ripgrep" echo "instaling ripgrep"
# curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb # curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb

View File

@@ -1,4 +0,0 @@
#!/bin/sh
xrandr --auto
xrandr --output HDMI-2 --right-of eDP-1
xrandr --output DP-1 --right-of HDMI-2

View File

@@ -1,4 +0,0 @@
#!/bin/sh
xrandr --auto
xrandr --output HDMI-2 --above eDP-1
xrandr --output DP-1 --left-of HDMI-2

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --left-of eDP-1

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --right-of eDP-1

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --above eDP-1

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --left-of eDP-1

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --right-of eDP-1

View File

@@ -1,2 +0,0 @@
xrandr --auto
xrandr --output HDMI-2 --above eDP-1