-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
55 lines (47 loc) · 1.56 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/bin/bash
# All we should do is "git clone [email protected]:KyrillGobber/.dotfiles.git && cd dotfiles && ./install"
# Add git setup:
# git config --add --global set user.name / user.email
# git rerere
# Even better:
#ansible-playbook -t [tags] install.yml --ask-become-pass --ask-vault-pass
sudo pacman -S --noconfirm ansible
ansible-playbook install.yml --ask-become-pass --ask-vault-pass
# TODO Add pacman install command for everything needed
# - git
# - kitty / foot with fish & starship
# - hyprland
# - waybar
# - waybar-mpris-git
# - blueman-applet
# - otf-firamono-nerd
# - swaylock / hyprlock
# - hyprpaper
# - wofi
# - pavocontrol
# - xdg-hyprland-portal
# - nextcloud
# - polkit-gnome / xfce-polkit
# - grim + slurp + swappy
# - wl-clipboard
# - ripgrep
# - kmonad
# - create Udev rules
# - create systemd service
# - tlp for laptops
# - light (for display brightness)
# - Lid close action and stuff: /etc/systemd/logind.conf or acpid
# - tmux
# - tmux package manager git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
# - tmuxifier https://github.com/jimeh/tmuxifier
# vim-plug:
# 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'
# TODO Add git clone and checkout
# Create all symlinks
# ln -sv ~/.dotfiles/hypr/ .config/
# ln -sv ~/.dotfiles/kitty/ .config/
# ln -sv ~/.dotfiles/nvim/ .config/
# ln -sv ~/.dotfiles/waybar/ .config/
# ln -sv ~/.dotfiles/wofi/ .config/
# ln -sv ~/.dotfiles/tmux/ .config/