updated stuff
This commit is contained in:
parent
0fdf83461e
commit
e1e6037f6c
3 changed files with 9 additions and 1 deletions
3
install
3
install
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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!"
|
echo ">> Copying Gitconfig - Please Wait!"
|
||||||
sudo cp ${HOME}/.config/dotfiles/toCopy/gitconfig /etc/gitconfig
|
sudo cp ${HOME}/.config/dotfiles/toCopy/gitconfig /etc/gitconfig
|
||||||
|
|
||||||
|
|
|
@ -8,3 +8,8 @@ export fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions)
|
||||||
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
|
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
|
||||||
export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info)
|
export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info)
|
||||||
export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share)
|
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)
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ esac
|
||||||
# History in cache directory:
|
# History in cache directory:
|
||||||
HISTSIZE=50000
|
HISTSIZE=50000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
HISTFILE=$HOME/.config/dotfiles/cache/zsh/history
|
HISTFILE=$HOME/.cache/zsh/history
|
||||||
|
|
||||||
## History command configuration
|
## History command configuration
|
||||||
setopt extended_history # record timestamp of command in HISTFILE
|
setopt extended_history # record timestamp of command in HISTFILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue