clean firefox
This commit is contained in:
parent
92cea378c1
commit
146050a85f
|
@ -158,8 +158,7 @@ bindsym $mod+Ctrl+j resize shrink height 5 px or 5 ppt
|
|||
bindsym $mod+Ctrl+h resize grow width 5 px or 5 ppt
|
||||
|
||||
bindsym $mod+F1 exec /home/naiji/.local/bin/dkill
|
||||
bindsym $mod+F2 exec firefox
|
||||
bindsym $mod+F3 exec pcmanfm
|
||||
bindsym $mod+F2 exec librewolf
|
||||
bindsym $mod+F4 exec alacritty -e newsboat
|
||||
bindsym $mod+F5 exec keepassxc
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@ https://pencil.toast.cafe/bunker-labs/feed/
|
|||
https://selfprivacy.org/blog/index.xml
|
||||
https://lukesmith.xyz/index.xml
|
||||
https://blog.waifuism.life/index.xml
|
||||
https://odysee.com/$/rss/@AlphaNerd:8
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo pacman -Suuy
|
||||
sudo pacman -S vim flacon mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion mpv maim keepassxc qbittorrent terminus-font firefox xclip wireguard-tools wget p7zip unzip zip rsync neofetch gcc cmake gdb nsxiv git alacritty tmux neovim telegram-desktop fzf ranger
|
||||
sudo pacman -S vim flacon mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion mpv maim keepassxc qbittorrent terminus-font xclip wireguard-tools wget p7zip unzip zip rsync neofetch gcc cmake gdb nsxiv git alacritty tmux neovim telegram-desktop fzf ranger
|
||||
sudo pacman -Rns firefox
|
||||
|
||||
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
|
||||
sudo cp -f ~/.config/pacman/* /etc/
|
||||
|
@ -12,6 +13,11 @@ mkdir -p ~/.local/share/i3status/
|
|||
mkdir -p ~/.local/share/ffmpeg/
|
||||
echo ' here some music will play ' > ~/.local/share/i3status/now-playing
|
||||
mkdir -p ~/Code/
|
||||
cd ~/Code/
|
||||
git clone https://aur.archlinux.org/librewolf-bin.git
|
||||
cd librewolf-bin/
|
||||
gpg --keyserver hkps://pgp.mit.edu --recv-key 8A74EAAF89C17944
|
||||
makepkg -si
|
||||
|
||||
curl -fLo ~/.config/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
|
||||
|
|
Loading…
Reference in New Issue