Skip to content
/ fx Public

My zsh setup. And some old bash aliases.

License

Notifications You must be signed in to change notification settings

dArignac/fx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

My shell configs

ZSH

  • install zsh sudo apt install zsh
  • install oh-my-zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • change shell to zsh chsh -s /bin/zsh
  • clone repo to $HOME/.fx or symlink (git clone https://github.com/dArignac/fx.git $HOME/.fx)
  • run $HOME/.fx/zsh/install.sh

Private ZSH files

If you want to add additional files overwriting the enviroment set by the *.zsh files, then place z_private_*.zsh files in the zsh/custom folder. They will be picked up last (but before the .zshrc file is sourced).

About

My zsh setup. And some old bash aliases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages