Update dotfiles/.profile, dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
ee9a1f551a
commit
d489d4ebb8
2 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,10 @@ while read LOCAL_BIN; do
|
|||
chmod +x "${LOCAL_BIN}"
|
||||
done < <(find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f)
|
||||
|
||||
if [ -d /Applications ] && [ -d /System ]; then
|
||||
sudo cp -rf "$HOME/.local/share/fonts/" "/Library/Fonts/"
|
||||
fi
|
||||
|
||||
# Firefox theme
|
||||
# if [ ! -f ~/.mozilla/firefox ] && [ ! -f '/etc/qubes-release' ]; then
|
||||
# if [ -d /usr/local/src/firefox-sweet-theme/.git ]; then
|
||||
|
|
|
@ -287,6 +287,9 @@ alias downloadsite='wget --mirror -p --convert-links -P'
|
|||
# Flush DNS
|
||||
alias flushdns='sudo systemd-resolve --flush-caches && sudo systemd-resolve --statistics'
|
||||
|
||||
# FontBook for macOS
|
||||
alias fontbook="open -b com.apple.FontBook"
|
||||
|
||||
# Get the possible GRUB resolutions
|
||||
alias grubresolutions='sudo hwinfo --framebuffer'
|
||||
|
||||
|
|
Loading…
Reference in a new issue