-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.sh
More file actions
18 lines (13 loc) · 790 Bytes
/
init.sh
File metadata and controls
18 lines (13 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mkdir -p ~/coding ~/programs ~/.bashrc.d
sudo dnf upgrade -y
[ -d ~/programs/fzf ] || git clone --depth 1 https://github.com/junegunn/fzf.git ~/programs/fzf
~/programs/fzf/install --key-bindings --completion --no-update-rc
mv ~/.fzf.bash ~/.bashrc.d/fzf
sudo rpm --import https://build.opensuse.org/projects/home:manuelschneid3r/public_key
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:manuelschneid3r/Fedora_34/home:manuelschneid3r.repo
sudo dnf install -y albert
#gnome-extension 2398 600 4839 1500
#gsettings set org.gnome.desktop.interface text-scaling-factor 1.25
#gsettings set org.gnome.desktop.interface cursor-size 36
[ -d ~/coding/dotfiles ] || git clone git@github.com:tenstad/dotfiles.git ~/coding/dotfiles
sh ~/coding/dotfiles/sync.sh