Skip to content

Commit

Permalink
Updated README for multi-user setup
Browse files Browse the repository at this point in the history
Updated README instructions for multi-user setup for zimfw being used
  • Loading branch information
rsnk96 authored and rajat2004 committed Feb 26, 2020
1 parent b489176 commit fe0110e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ Additional scripts to built libraries from source:
```bash
cd ~
export NEW_USER=<username_of_new_user>
sudo cp -r /opt/.zsh/zim/ /home/$NEW_USER/.zim
sudo cp /opt/.zsh/bash_aliases /home/$NEW_USER/.bash_aliases
sudo cp /opt/.zsh/zim/templates/zimrc /home/$NEW_USER/.zimrc
sudo cp /opt/.zsh/zim/templates/zlogin /home/$NEW_USER/.zlogin
sudo cp -r ~/.zim/ /home/$NEW_USER/.zim
sudo cp ~/.zimrc /home/$NEW_USER/.zimrc
sudo cp ~/.zlogin /home/$NEW_USER/.zlogin
sudo cp ~/.zshrc /home/$NEW_USER/.zshrc
sudo cp ~/.zshenv /home/$NEW_USER/.zshenv

sudo cp ~/.xbindkeysrc /home/$NEW_USER
sudo mkdir -p /home/$NEW_USER/.config/tilda
Expand Down

0 comments on commit fe0110e

Please sign in to comment.