Amends to install and display script

master
Aney 5 years ago
parent e9827fac7f
commit 05f6f93641

@ -11,12 +11,12 @@ then
#xrandr --output VGA-1 --auto --mode 1600x900 --primary --output LVDS-1 --off #xrandr --output VGA-1 --auto --mode 1600x900 --primary --output LVDS-1 --off
elif [ $1 == 2 ] elif [ $1 == 2 ]
then then
xrandr --output LVDS-1 --off --output DP-2 --primary --mode 1920x1080 --auto --left-of VGA-1 --output VGA-1 --auto --mode 1600x900 xrandr --output LVDS-1 --off --output DP-2 --primary --mode 1920x1080 --auto --left-of VGA-1 --output VGA-1 --auto --mode 1600x900 --rotate right
else else
xrandr --output VGA-1 --off --output DP-2 --off --output LVDS-1 --auto --primary xrandr --output VGA-1 --off --output DP-2 --off --output LVDS-1 --auto --primary
fi fi
feh --bg-scale ~/pictures/wallpapers/mist_forrest.jpg feh --bg-fill ~/pictures/wallpapers/mist_forrest.jpg
# Switch Caps and Escape # Switch Caps and Escape

@ -14,18 +14,16 @@ apt install git zsh tmux vim neofetch wget curl gdebi parted -y
apt install feh cmus newsboat youtube-dl -y apt install feh cmus newsboat youtube-dl -y
# Network Tools # Network Tools
apt install net-tools wicd -y #apt install net-tools wicd -y
# Audio # Audio
apt install alsa-utils alsa-oss pulseaudio pavucontrol -y apt install alsa-utils alsa-oss pulseaudio pavucontrol -y
# Random shit # Random shit
apt install gtypist sensors -y apt install gtypist -y
# GUI shit # Torrenting
apt install transmission -y apt install transmission-daemon transmission-cli -y
# Dotfiles
# brave-browser # brave-browser
# https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux # https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux
@ -49,11 +47,11 @@ echo "export PATH=~/.local/bin:\$PATH" >> .bashrc
# Download a pre-built binary # Download a pre-built binary
curl -L https://github.com/gokcehan/lf/releases/latest/download/lf-linux-amd64.tar.gz | tar xzC ~/.local/bin curl -L https://github.com/gokcehan/lf/releases/latest/download/lf-linux-amd64.tar.gz | tar xzC ~/.local/bin
# Suckless # Window Manager
# Pre-requisites
# Suckless pre-requisites
apt install libx11-dev libxft-dev libxinerama-dev -y apt install libx11-dev libxft-dev libxinerama-dev -y
# Suckless
# dwm Window manager # dwm Window manager
mkdir ~/git mkdir ~/git
cd ~/git cd ~/git
@ -61,10 +59,12 @@ git clone https://git.suckless.org/dwm
cd dwm cd dwm
make clean install make clean install
# st terminal
# dmenu launcher
# gruvbox, hotkeys # gruvbox, hotkeys
# actualfullscreen, bottomstack, centeredwindowname, fullgaps, swallow # actualfullscreen, bottomstack, centeredwindowname, fullgaps, swallow
# dmenu Launcher
# st Terminal
# Oh my zsh # Oh my zsh
#sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" #sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

Loading…
Cancel
Save