Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add user to sudoer "zsh" same customization for root

sudo ln -s $HOME/.oh-my-zsh           /root/.oh-my-zsh
sudo ln -s $HOME/.zshrc               /root/.zshrc
sudo ln -s $HOME/.p10k.zsh            /root/.p10k.zsh
sudo chsh -s $(which zsh) root

sudo chmod 744 /root/.oh-my-zsh
sudo chmod 744 /root/.zshrc
sudo chmod 744 /root/.p10k.zsh
Comment

add user to sudoer "zsh" customization

usermod -s /bin/zsh root
Comment

add user to sudoer "zsh" customization

ln -s $HOME/.oh-my-zsh           /root/.oh-my-zsh
ln -s $HOME/.zshrc               /root/.zshrc
Comment

PREVIOUS NEXT
Code Example
Shell :: rsync full disk backup 
Shell :: git close private repo 
Shell :: linux alpine install multi package 
Shell :: Invariant Violation: requireNativeComponent: "RNCWebView" was not found in the UIManager. 
Shell :: how to paste the lines in the buffer into the text after the current line in vi 
Shell :: open vs code from terminal 
Shell :: apt source "--ignore-missing" 
Shell :: how to create matrix in git bash 
Shell :: how to install unijoy in linux 
Shell :: how to troll someone 
Shell :: cannot find module descriptiondatamatcherruleplugin 
Shell :: recursively replace : to _ in file names linux 
Shell :: pipeline command in linux 
Shell :: docker install ubuntu linux 
Shell :: very strong ssh encryption key 
Shell :: how to install skimage in pycharm command 
Shell :: Install ktlint in command line 
Shell :: add fold to path in linux 
Shell :: github filter not label 
Shell :: apt install xfce4-xkb-plugin 
Shell :: installing cdf 
Shell :: git clone directory from repository 
Shell :: get first 10 processes linux 
Shell :: add suid bit 
Shell :: fullchain.pem privkey.pem 
Shell :: git init git remote add origin git pull 
Shell :: fenicsproject no active host found 
Shell :: replace spaces with hypen in file names linux 
Shell :: virtual network is not active 
Shell :: kent c dodds 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =