Skip to content

tyhal/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From scratch

# Make sure im me
useradd -m tyler
passwd tyler
echo "tyler ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/tyler
su tyler

# Get the general config
sudo apt update -y && \
sudo apt install -y git && \
git clone https://github.com/tyhal/zsh.git ~/.tyhal_zsh; \
sudo -E ~/.tyhal_zsh/script/bootstrap && \
~/.tyhal_zsh/script/install && \
~/.tyhal_zsh/script/test

# Get my stuff
install-tyler

About

What I need to use that terminal thing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages