Skip to content

pcallahan-r7/.linux_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

.linux_environment

bash:

cd ~
cp .bash_profile .bash_profile.bak
cp .bashrc .bashrc.bak

ln -s .linux_environment/bash/.bash_profile
ln -s .linux_environment/bash/.bashrc

or zsh

mv ~/.zshenv ~/.zshenv.bak
~/.linux_environment/zsh/make_links.sh

prereqs:

brew install zsh-completions
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.linux_environment/zsh/zsh-autosuggestions
git clone powerlevel10k into /usr/local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages