]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add ripgrep and hushlogin config
authorRuben Beltran del Rio <redacted>
Wed, 23 Sep 2020 11:40:40 +0000 (13:40 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 23 Sep 2020 11:40:40 +0000 (13:40 +0200)
hushlogin [new file with mode: 0644]
install_dotfiles
rgignore [new file with mode: 0644]

diff --git a/hushlogin b/hushlogin
new file mode 100644 (file)
index 0000000..e69de29
index 947c3ad070486ab3d63e828996b6a10b2de1f91e..322dd9aa549da8d8207cbe62e916c49a67a34630 100755 (executable)
@@ -2,7 +2,10 @@
 
 echo "Linking runcoms"
 
 
 echo "Linking runcoms"
 
-# ZSH runcoms
+# hush login
+ln -fhs .dotfiles/hushlogin ~/.hushlogin
+
+# zsh runcoms
 ln -fhs .dotfiles/runcoms/zshrc ~/.zshrc
 ln -fhs .dotfiles/runcoms/zshenv ~/.zshenv
 ln -fhs .dotfiles/runcoms/zprofile ~/.zprofile
 ln -fhs .dotfiles/runcoms/zshrc ~/.zshrc
 ln -fhs .dotfiles/runcoms/zshenv ~/.zshenv
 ln -fhs .dotfiles/runcoms/zprofile ~/.zprofile
@@ -31,6 +34,9 @@ ln -fhs .dotfiles/ctags.d ~/.ctags.d
 # XDefaults
 ln -fhs .dotfiles/XDefaults ~/.XDefaults
 
 # XDefaults
 ln -fhs .dotfiles/XDefaults ~/.XDefaults
 
+# ripgrep
+ln -fhs .dotfiles/rgignore ~/.rgignore
+
 # Italics setup
 echo "Setting up terminfo"
 tic xterm-256color-italic.terminfo
 # Italics setup
 echo "Setting up terminfo"
 tic xterm-256color-italic.terminfo
diff --git a/rgignore b/rgignore
new file mode 100644 (file)
index 0000000..3c3629e
--- /dev/null
+++ b/rgignore
@@ -0,0 +1 @@
+node_modules