improve work config
This commit is contained in:
parent
c74f437756
commit
4e4aaba6fa
4 changed files with 15 additions and 16 deletions
|
@ -1,10 +1,10 @@
|
||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
|
11
setup.sh
11
setup.sh
|
@ -1,25 +1,20 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0) || exit
|
||||||
# make sure we have pulled in and updated any submodules
|
# make sure we have pulled in and updated any submodules
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
# what directories should be installable by all users including the root user
|
# what directories should be installable by all users including the root user
|
||||||
base=(
|
base=(
|
||||||
picom
|
|
||||||
dracula
|
|
||||||
dunst
|
dunst
|
||||||
git
|
git
|
||||||
helix
|
helix
|
||||||
htop
|
htop
|
||||||
i3
|
|
||||||
nano
|
nano
|
||||||
nix
|
nix
|
||||||
polybar
|
|
||||||
puppet
|
puppet
|
||||||
ssh
|
ssh
|
||||||
i3
|
|
||||||
terminfo
|
terminfo
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
|
@ -31,6 +26,10 @@ useronly=(
|
||||||
alacritty
|
alacritty
|
||||||
asciinema
|
asciinema
|
||||||
awesome
|
awesome
|
||||||
|
dracula
|
||||||
|
i3
|
||||||
|
picom
|
||||||
|
polybar
|
||||||
)
|
)
|
||||||
|
|
||||||
# run the stow command for the passed in directory ($2) in location $1
|
# run the stow command for the passed in directory ($2) in location $1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6768906d07151140db901510b2c8b1ce2622f365
|
Subproject commit a72a26406ad3aa9a47c3f5227291bad23494bed0
|
|
@ -14,7 +14,7 @@ DEFAULT_USER=$USER
|
||||||
# DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
# ENABLE_CORRECTION="true"
|
# ENABLE_CORRECTION="true"
|
||||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||||
# COMPLETION_WAITING_DOTS="true"
|
COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
||||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
HIST_STAMPS="yyyy-mm-dd"
|
HIST_STAMPS="yyyy-mm-dd"
|
||||||
|
@ -170,7 +170,7 @@ man
|
||||||
#n98-magerun
|
#n98-magerun
|
||||||
nanoc
|
nanoc
|
||||||
#ng
|
#ng
|
||||||
nix
|
#nix
|
||||||
#nmap
|
#nmap
|
||||||
#node
|
#node
|
||||||
#nomad
|
#nomad
|
||||||
|
|
Loading…
Add table
Reference in a new issue