Fix shebang and clear autostart before install

This commit is contained in:
Leon Grünewald 2021-02-17 10:43:26 +01:00
parent 5b0d740bc7
commit c460a39138
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/env bash #!/usr/bin/env bash
source .profile source .profile
export $(dbus-launch) export $(dbus-launch)
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9 xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9

View file

@ -3,6 +3,7 @@ git submodule update --init --recursive
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
rm -rf ~/.config/autostart/*
cp ./.config ~ -r cp ./.config ~ -r
cp ./.zcustom ~ -r cp ./.zcustom ~ -r
cp ./.doom.d ~ -r cp ./.doom.d ~ -r