mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(installation): Refinements to installation scripts
- Manually install AppImageLauncher on dnf - Create and link fonts to ~/.local/share/fonts/ - Remove Zed editor - way too finicky - More OS packages added: mostly for programming and email
This commit is contained in:
@@ -35,7 +35,8 @@ post_install() {
|
||||
|
||||
# Use brew-installed fonts current user
|
||||
if [ -d /home/linuxbrew/.linuxbrew/share/fonts ]; then
|
||||
ln -s /home/linuxbrew/.linuxbrew/share/fonts -t ~/.local/share && fc-cache -fv
|
||||
mkdir -p ~/.local/share/fonts
|
||||
ln -s /home/linuxbrew/.linuxbrew/share/fonts/* ~/.local/share/fonts/ && fc-cache -fv
|
||||
fi
|
||||
|
||||
rm -rf ~/.cache
|
||||
|
||||
Reference in New Issue
Block a user