Compare commits
No commits in common. "7e8ae8133887c895c8d008bdd981729ec6132180" and "5fdd205dd4629d9321b822294f1adf516cbb72b3" have entirely different histories.
7e8ae81338
...
5fdd205dd4
7 changed files with 8 additions and 66 deletions
15
desktop.yml
15
desktop.yml
|
@ -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
|
||||
|
28
shell.yml
28
shell.yml
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
/home/leon/.config/systemd/user/appimaged.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/user/appimagelauncherd.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/user/syncthing.service
|
Loading…
Reference in a new issue