Compare commits

..

No commits in common. "7e8ae8133887c895c8d008bdd981729ec6132180" and "5fdd205dd4629d9321b822294f1adf516cbb72b3" have entirely different histories.

7 changed files with 8 additions and 66 deletions

View file

@ -1,15 +0,0 @@
- name: Install devconf desktop utils
hosts: localhost
gather_facts: true
tasks:
- name: Install alacritty
become: true
ansible.builtin.package:
name: alacritty
state: latest
- name: Install lm_sensors
become: true
ansible.builtin.package:
name: lm_sensors
state: latest

View file

@ -1,28 +0,0 @@
- name: Install devconf shell utils
hosts: localhost
gather_facts: true
tasks:
- name: Install RPMFusion free
become: true
ansible.builtin.package:
name: "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-42.noarch.rpm"
- name: Install RPMFusion nonfree
become: true
ansible.builtin.package:
name: "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-nonfree-release-42.noarch.rpm"
- name: Install vim
become: true
ansible.builtin.package:
name: vim
state: latest
- name: Install fish
become: true
ansible.builtin.package:
name: fish
state: latest
- name: Install fastfetch
become: true
ansible.builtin.package:
name: fastfetch
state: latest

View file

@ -1,12 +1,9 @@
fish_add_path ~/.local/bin
fish_add_path ~/.cargo/bin
set -gx EDITOR vim
function fish_greeting
fastfetch
if status is-interactive
# Commands to run in interactive sessions can go here
end
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
@ -17,3 +14,7 @@ if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH
end
# pnpm end
function fish_greeting
fastfetch
end

View file

@ -1,17 +0,0 @@
[Unit]
Description=AppImage system integration daemon
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/home/leon/Downloads/appimaged-869-x86_64.AppImage
LimitNOFILE=65536
RestartSec=3
Restart=always
Environment=LAUNCHED_BY_SYSTEMD=1
[Install]
WantedBy=default.target

View file

@ -1 +0,0 @@
/home/leon/.config/systemd/user/appimaged.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/user/appimagelauncherd.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/user/syncthing.service