dotfiles/init.sh

35 lines
1.4 KiB
Bash
Raw Normal View History

2021-09-29 02:56:36 +02:00
#!/bin/sh
2020-04-23 23:43:40 +02:00
2024-02-05 11:48:02 +01:00
# Install yay
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git /tmp/yay
cd /tmp/yay
makepkg -si
cd -
rm -rf /tmp/yay
2021-09-29 02:56:36 +02:00
2024-02-05 11:48:02 +01:00
# Install packages
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
2024-02-05 11:49:26 +01:00
GOPATH=$HOME/dev/go go install gitea.theedgeofrage.com/theedgeofrage/rpn
2024-01-09 10:14:22 +01:00
2024-02-05 11:48:02 +01:00
# Oh My Zsh
2022-03-11 15:16:05 +01:00
ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh"
2022-03-07 19:21:08 +01:00
ohmyzsh_custom="${ohmyzsh_dir}/custom"
git clone https://github.com/TheEdgeOfRage/ohmyzsh ${ohmyzsh_dir}
git clone https://github.com/MichaelAquilina/zsh-you-should-use ${ohmyzsh_custom}/plugins/you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ${ohmyzsh_custom}/plugins/zsh-autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions ${ohmyzsh_custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ohmyzsh_custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ohmyzsh_custom}/plugins/zsh-syntax-highlighting
2022-04-30 01:47:47 +02:00
git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/boban-zsh ${ohmyzsh_custom}/themes/boban
2022-03-07 19:18:42 +01:00
2024-02-05 11:48:02 +01:00
# Keyboard layout
cat ./custom_colemak | sudo tee -a /usr/share/X11/xkb/symbols/us
2024-02-04 17:09:49 +01:00
2024-02-05 11:48:02 +01:00
# SSH agent
2024-02-04 17:09:49 +01:00
sudo pacman -S gcr
2024-02-04 21:20:03 +01:00
systemctl enable --user --now gcr-ssh-agent.socket
2024-02-05 11:48:02 +01:00
# Set cursor theme
gsettings set org.gnome.desktop.interface cursor-theme Breeze_Snow