updated stuff

This commit is contained in:
Nikolas Weger 2019-11-18 23:02:52 +01:00
parent 0fdf83461e
commit e1e6037f6c
3 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,7 @@
#!/bin/bash
echo ">> Installing needed Packages - Please Wait!"
yay -S zsh-autosuggestions-git zsh-completions-git zsh-syntax-highlighting-git zsh-theme-powerlevel10k-git
echo ">> Copying Gitconfig - Please Wait!"
sudo cp ${HOME}/.config/dotfiles/toCopy/gitconfig /etc/gitconfig

View file

@ -8,3 +8,8 @@ export fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions)
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info)
export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share)
#gems
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
export path=($path $GEM_HOME/bin)

View file

@ -28,7 +28,7 @@ esac
# History in cache directory:
HISTSIZE=50000
SAVEHIST=10000
HISTFILE=$HOME/.config/dotfiles/cache/zsh/history
HISTFILE=$HOME/.cache/zsh/history
## History command configuration
setopt extended_history # record timestamp of command in HISTFILE