diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 13:40:40 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 13:40:40 +0200 |
| commit | 64964100b207f26ad32f6b4a24268b8282f07796 (patch) | |
| tree | 51513f3906509fa671790bc63f557124ca27d2cc /install_dotfiles | |
| parent | ea655c4987348126eff3885ccb927d14fef3ba43 (diff) | |
Add ripgrep and hushlogin config
Diffstat (limited to 'install_dotfiles')
| -rwxr-xr-x | install_dotfiles | 8 |
1 files changed, 7 insertions, 1 deletions
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 |