about summary refs log tree commit diff
path: root/ack
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>1970-01-01 03:00:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-20 11:51:54 +0300
commit38bab29776950ac2364ed64195b89887717c33de (patch)
treeedaaf366a55dbe96d268019124536bc504c64e87 /ack
chore: init HEAD master
Diffstat (limited to 'ack')
-rw-r--r--ack/.ackrc52
-rwxr-xr-xack/@install7
2 files changed, 59 insertions, 0 deletions
diff --git a/ack/.ackrc b/ack/.ackrc
new file mode 100644
index 0000000..4ef2413
--- /dev/null
+++ b/ack/.ackrc
@@ -0,0 +1,52 @@
+--color
+--flush
+--follow
+--ignore-directory=is:.bzr
+--ignore-directory=is:.cabal-sandbox
+--ignore-directory=is:.ccls-cache
+--ignore-directory=is:.git
+--ignore-directory=is:.github
+--ignore-directory=is:.hg
+--ignore-directory=is:.idea
+--ignore-directory=is:.stack-work
+--ignore-directory=is:.svn
+--ignore-directory=is:.vs
+--ignore-directory=is:.vscode
+--ignore-directory=is:CMakeFiles
+--ignore-directory=is:__pycache__
+--ignore-directory=is:autom4te.cache
+--ignore-directory=is:bin/Debug
+--ignore-directory=is:bin/Release
+--ignore-directory=is:build
+--ignore-directory=is:dist
+--ignore-directory=is:dist-newstyle
+--ignore-directory=is:obj
+--ignore-file=ext:P
+--ignore-file=ext:Po
+--ignore-file=ext:crt
+--ignore-file=ext:d
+--ignore-file=ext:in
+--ignore-file=ext:log
+--ignore-file=ext:m4
+--ignore-file=ext:pem
+--ignore-file=is:.clang-format
+--ignore-file=is:.gdb_history
+--ignore-file=is:.nupkg.metadata
+--ignore-file=is:.sublime-settings
+--ignore-file=is:CMakeCache.txt
+--ignore-file=is:CODE_OF_CONDUCT.md
+--ignore-file=is:LICENSE
+--ignore-file=is:cmake_install.cmake
+--ignore-file=is:compile_commands.json
+--ignore-file=is:config.status
+--ignore-file=is:configure
+--ignore-file=is:depcomp
+--ignore-file=is:install-sh
+--ignore-file=is:ltmain.sh
+--ignore-file=is:missing
+--ignore-file=is:stamp-h1
+--ignore-file=match:/\.ghc\.environment\..*/
+--ignore-file=match:/cabal\.project\..*/
+--nobreak
+--smart-case
+--sort-files
diff --git a/ack/@install b/ack/@install
new file mode 100755
index 0000000..8eb8e02
--- /dev/null
+++ b/ack/@install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    ack

Consider giving Nix/NixOS a try! <3