Move home-manager to new location
This commit is contained in:
parent
7db3c9c499
commit
531786f609
8 changed files with 4 additions and 10 deletions
.config/zsh
|
@ -1,12 +1,6 @@
|
|||
source "$HOME/.config/environment"
|
||||
|
||||
if [ ! -f "$ZSH/oh-my-zsh.sh" ]
|
||||
then
|
||||
autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
|
||||
#echo "Installing oh-my-zsh"
|
||||
#RUNZSH="no" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" > /dev/null
|
||||
#mv "$ZSH/.zshrc.pre-oh-my-zsh" "$ZSH/.zshrc"
|
||||
fi
|
||||
autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
|
||||
|
||||
autoinstall base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue