Rename scripts + fix permissions for vim script
parent
8aaf2580fb
commit
71d62725b8
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
|
||||
sudo pacman-key --lsign-key FBA220DFC880C036
|
||||
sudo pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
|
@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo chsh -s /bin/zsh $USER
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Neovim
|
||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Download
|
||||
git -C /tmp/yay pull || git clone https://aur.archlinux.org/yay /tmp/yay/
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install ohmyzsh
|
||||
if [ -d "$ZSH" ]; then
|
||||
echo "ohmyzsh is installed"
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo echo 'en_NL.UTF-8' > /etc/locale.gen
|
||||
|
||||
sudo locale-gen
|
Reference in new issue