Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fixed init, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
yevagorbachev committed Apr 28, 2022
1 parent 7c4d2b5 commit dcd2bd2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@ sed 's/ZSH_THEME=\"[a-z]*\"/ZSH_THEME=\"afowler-custom\"/g' ~/.zshrc -i # set ZS
cp ~/wsl-setup/auxiliary-files/afowler-custom.zsh-theme ~/.oh-my-zsh/themes/ # update with my custom theme

# set up home dir
cp ~/wsl-setup/configs/* ~/ -r
cp ~/wsl-setup/configs/. ~/ -r

# add aliases
echo '. ~/.zsh_aliases' >> ~/.zshrc

# VimPlug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
cp ~/wsl-setup/auxiliary-files/.vimrc ~/
# Copy

cp ~/wsl-setup/auxiliary-files/UltiSnips ~/.vim/ -r
cp ~/wsl-setup/auxiliary-files/ftplugin ~/.vim/ -r

# touch ~/.toggl_token
# touch ~/.toggl_wid
Expand Down

0 comments on commit dcd2bd2

Please sign in to comment.