To use them do the following:
- Clone this repo into your home directory:
git clone [email protected]:taylorsilva/dotfiles.git ~/.dotfilescd ~/.dotfilesgit submodule update --init- Make sure
GNU stowis installed:
# Mac
brew install stow
# Ubuntu/Debian
sudo apt install stow-
Depending on which directories you plan to use there may be other setup instructions to follow. Check the
README.mdinside each folder. -
Use
stowto create symlinks in your home directory
cd ~/.dotfiles
stow bash neovim git #any other folders, separated by spaces- Fira Code font (enable ligatures) - https://github.com/ryanoasis/nerd-fonts/releases/ (Search for
Firacode) - Alternative unix tools - https://github.com/ibraheemdev/modern-unix
- https://github.com/koalaman/shellcheck/
Addons to install:
- https://github.com/gorhill/uBlock
- https://addons.mozilla.org/en-US/firefox/addon/sidebery/
- https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
- https://addons.mozilla.org/en-US/firefox/addon/clearurls/
about:configand changetoolkit.legacyUserProfileCustomizations.stylesheetstotrueabout:profilesand open the Root Directory in your file manager- Create a folder called
chromeinside that directory and then a file calleduserChrome.cssinside the new folder. PopulateuserChrome.csswith the following:
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}Go back to Firefox's about:profiles page and press the Restart Normally... button for changes to take effect.