Skip to content

Commit

Permalink
misc: Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 13, 2024
1 parent 454c4f5 commit 1f01f26
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion roles/fzf/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: "Install FZF"
ansible.builtin.shell: "{{ ansible_user_dir }}/.fzf/install --all --no-update-rc --no-zsh --no-fish"
ansible.builtin.shell: "{{ ansible_user_dir }}/.fzf/install --all --no-update-rc --no-fish"
2 changes: 1 addition & 1 deletion roles/hammerspoon/files/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hs.loadSpoon('ReloadConfiguration'):start()
require('helpers')

positions = require('positions')
apps = require('apps')
apps = require('apps')
layouts = require('layouts')
summon = require('summon')
chain = require('chain')
Expand Down
3 changes: 2 additions & 1 deletion roles/hammerspoon/files/config/layouts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ return {
Kitty = { cell = 4, open = true },
Brave = { cell = 5, open = true },
OnePassword = { cell = 2, open = true },
Discord = { cell = 6, open = true },
Discord = { cell = 7, open = true },
Outlook = { cell = 7, },
},
},
{
Expand Down
6 changes: 0 additions & 6 deletions roles/hammerspoon/files/config/positions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ return {
-- 59,0 60x40
-- 102,0 42x40
standard = {
-- top_left = '0,0 1356x689',
-- bottom_left = '0,690 1356x751',
-- left_center = '1357,0 504x1440',
-- center = '1860,0 1902x1440',
-- right = '3720,0 1358x1440',
-- right_hidden = '3200,200 1920x1040',
top_left = '0,0 42x19',
bottom_left = '0,9 42x21',
full_left = '0,0 42x40',
Expand Down
1 change: 1 addition & 0 deletions roles/k8s/tasks/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ansible.builtin.apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/{{ k8s.repo_version }}/deb/ /"
filename: pkgs.k8s.io_core_stable_deb
mode: "0644"
become: true

- name: K8s | Installing Kubernetes
Expand Down
1 change: 1 addition & 0 deletions roles/neovim/files/lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return {
sh = "sh",
html = "html",
bashrc = "sh",
zsh = "sh",
},
},
},
Expand Down
1 change: 0 additions & 1 deletion roles/neovim/files/lua/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ return {
'jsonls',
'lua_ls',
'pylsp',
'tsserver',
},
handlers = {
-- this first function is the "default handler"
Expand Down
1 change: 1 addition & 0 deletions roles/neovim/tasks/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
ansible.builtin.apt_repository:
repo: ppa:neovim-ppa/unstable
state: present
mode: "0644"
become: true

0 comments on commit 1f01f26

Please sign in to comment.