Fix shebang and clear autostart before install
This commit is contained in:
parent
5b0d740bc7
commit
c460a39138
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/env bash
|
||||
#!/usr/bin/env bash
|
||||
source .profile
|
||||
export $(dbus-launch)
|
||||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
||||
|
|
|
@ -3,6 +3,7 @@ git submodule update --init --recursive
|
|||
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
|
||||
|
||||
rm -rf ~/.config/autostart/*
|
||||
cp ./.config ~ -r
|
||||
cp ./.zcustom ~ -r
|
||||
cp ./.doom.d ~ -r
|
||||
|
|
Loading…
Reference in a new issue