Minor changes
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
- name: "[Discord] Create config folder"
|
||||
ansible.builtin.file:
|
||||
mode: "0755"
|
||||
path: "{{ ansible_user_dir }}/.config/ArmCord"
|
||||
path: "{{ ansible_user_dir }}/.config/armcord"
|
||||
state: directory
|
||||
force: false
|
||||
|
||||
- name: "[Discord] Configure"
|
||||
ansible.builtin.copy:
|
||||
src: "./"
|
||||
dest: "{{ ansible_user_dir }}/.config/ArmCord"
|
||||
dest: "{{ ansible_user_dir }}/.config/armcord"
|
||||
|
||||
@@ -178,6 +178,7 @@ alias gitpkg='pacman -Q | grep -i "\-git" | wc -l' # List amount of -git packag
|
||||
alias cleanup='sudo pacman -Rns (pacman -Qtdq)' # Cleanup orphaned packages
|
||||
alias jctl="journalctl -p 3 -xb" # Get the error messages from journalctl
|
||||
alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" # Recent installed packages
|
||||
alias h="cliphist list | fzf | cliphist decode | wl-copy"
|
||||
|
||||
# Get fastest mirrors
|
||||
alias mirror="sudo reflector -f 30 -l 30 --number 10 --verbose --save /etc/pacman.d/mirrorlist"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
kewlfft.aur.aur:
|
||||
name:
|
||||
- hyprland
|
||||
- hyprlock-git
|
||||
- hyprlock
|
||||
state: present
|
||||
|
||||
- name: "[Hyprland] Create config folder"
|
||||
|
||||
Reference in New Issue
Block a user