diff options
| -rw-r--r-- | hushlogin | 0 | ||||
| -rwxr-xr-x | install_dotfiles | 8 | ||||
| -rw-r--r-- | rgignore | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/hushlogin b/hushlogin new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/hushlogin diff --git a/install_dotfiles b/install_dotfiles index 947c3ad..322dd9a 100755 --- a/install_dotfiles +++ b/install_dotfiles @@ -2,7 +2,10 @@ 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 @@ -31,6 +34,9 @@ ln -fhs .dotfiles/ctags.d ~/.ctags.d # XDefaults ln -fhs .dotfiles/XDefaults ~/.XDefaults +# ripgrep +ln -fhs .dotfiles/rgignore ~/.rgignore + # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo diff --git a/rgignore b/rgignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/rgignore @@ -0,0 +1 @@ +node_modules |