To use them do the following:
- Clone this repo into your home directory:
git clone [email protected]:taylorsilva/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git submodule update --init
- Make sure
GNU stow
is 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.md
inside each folder. -
Use
stow
to 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:config
and changetoolkit.legacyUserProfileCustomizations.stylesheets
totrue
about:profiles
and open the Root Directory in your file manager- Create a folder called
chrome
inside that directory and then a file calleduserChrome.css
inside the new folder. PopulateuserChrome.css
with 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.