Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf
This commit is contained in:
commit
829653e9d2
6 changed files with 5 additions and 37 deletions
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Guake Terminal
|
||||
TryExec=guake
|
||||
Exec=guake
|
||||
Icon=guake
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
X-Desktop-File-Install-Version=0.22
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Hidden=false
|
||||
NoDisplay=false
|
|
@ -1,13 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Guake Terminal
|
||||
Comment=Use the command line in a Quake-like terminal
|
||||
TryExec=guake
|
||||
Exec=guake
|
||||
Icon=guake
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
X-Desktop-File-Install-Version=0.22
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Hidden=false
|
||||
NoDisplay=false
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=PulseAudio Sound System
|
||||
Comment=Start the PulseAudio Sound System
|
||||
Exec=start-pulseaudio-x11
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Autostart-Phase=Initialization
|
||||
X-KDE-autostart-phase=1
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/env bash
|
||||
#!/usr/bin/env bash
|
||||
source .profile
|
||||
export $(dbus-launch)
|
||||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
||||
|
|
|
@ -3,13 +3,15 @@ git submodule update --init --recursive
|
|||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
|
||||
rm -rf ~/.config/autostart/*
|
||||
cp ./.config ~ -r
|
||||
cp ./.zcustom ~ -r
|
||||
cp ./.doom.d ~ -r
|
||||
|
||||
cp ./.zshrc ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.profile ~
|
||||
cp ./.xprofile ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.gitconfig ~
|
||||
|
||||
if [ -n "$(command -v vim)" ]; then
|
||||
|
|
|
@ -16,7 +16,7 @@ sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
|||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git tar zsh ack mlocate usbutils sqlite neofetch which util-linux-user neovim
|
||||
git tar zsh ack mlocate usbutils sqlite neofetch which util-linux-user dialog neovim
|
||||
|
||||
echo 'Installing fonts'
|
||||
sudo dnf install -y \
|
||||
|
|
Loading…
Reference in a new issue