-
Notifications
You must be signed in to change notification settings - Fork 12
/
install.sh
executable file
·50 lines (47 loc) · 1.74 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
#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")"
./install-dotfile .zprofile
./install-dotfile .zshrc.pre
./install-dotfile .zshrc.local
./install-dotfile .config/awesome/rc.lua
./install-dotfile .config/awesome/theme.lua
./install-dotfile .config/dircolours
./install-dotfile .config/dune/config
./install-dotfile .config/fabric.plugin.zsh
./install-dotfile .config/gdb/init
./install-dotfile .config/git/config
./install-dotfile .config/jshint.json
./install-dotfile .config/kitty/kitty.conf
./install-dotfile .config/lambda-term-inputrc
./install-dotfile .config/mpv/input.conf
./install-dotfile .config/nvim/init.vim
./install-dotfile .config/nvimpager/init.vim
./install-dotfile .config/ocaml/init.ml
./install-dotfile .config/pythonrc.py
./install-dotfile .config/qutebrowser/config.py
./install-dotfile .config/qutebrowser/override.css
./install-dotfile .config/tridactyl/tridactylrc
./install-dotfile .config/utop/init.ml
./install-dotfile .config/wgetrc
./install-dotfile .config/xinitrc
./install-dotfile .config/xkbcomp
./install-dotfile .config/Xresources
./install-dotfile .local/bin/chromedriver
./install-dotfile .local/bin/chromium
./install-dotfile .local/bin/evince
./install-dotfile .local/bin/feh
./install-dotfile .local/bin/file
./install-dotfile .local/bin/firefox
./install-dotfile .local/bin/garbage-collect-nix
./install-dotfile .local/bin/ip.sh
./install-dotfile .local/bin/mpa
./install-dotfile .local/bin/mpv
./install-dotfile .local/bin/neomutt
./install-dotfile .local/bin/nvimdiff
./install-dotfile .local/bin/qutebrowser
./install-dotfile .local/bin/qutebrowser-private
./install-dotfile .local/bin/setvolume.sh
./install-dotfile .local/bin/set-performance.sh
./install-dotfile .local/bin/update-dotfiles
./install-dotfile .local/bin/upgrade-nix