This commit is contained in:
AntoXa PRO 2024-01-09 16:26:14 +03:00
parent c26a11473f
commit ca66744d52
42 changed files with 17 additions and 2 deletions

0
Makefile Normal file → Executable file
View File

View File

@ -0,0 +1,15 @@
[colors.primary]
background = "#252525"
[font]
size = 15.0
[font.normal]
family = "Terminus"
[window]
opacity = 0.9
[window.padding]
x = 0
y = 0

0
i3/.config/i3/config Normal file → Executable file
View File

0
nvim/.config/nvim/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/base.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/manager/packer.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/autopairs.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/blankline.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/comment.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/lsp.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/luasnip/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/luasnip/snippets.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/nightfox.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/null-ls/.prettierrc Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/null-ls/init.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/nvim-cmp.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/telescope.lua Normal file → Executable file
View File

0
nvim/.config/nvim/lua/axp/plugins/treesitter.lua Normal file → Executable file
View File

4
nvim/.config/nvim/plugin/packer_compiled.lua Normal file → Executable file
View File

@ -49,8 +49,8 @@ local function save_profiles(threshold)
end end
time([[Luarocks path setup]], true) time([[Luarocks path setup]], true)
local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?/init.lua" local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1700008891/lib/lua/5.1/?.so" local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1702233742/lib/lua/5.1/?.so"
if not string.find(package.path, package_path_str, 1, true) then if not string.find(package.path, package_path_str, 1, true) then
package.path = package.path .. ';' .. package_path_str package.path = package.path .. ';' .. package_path_str
end end

0
polybar/.config/polybar/config.ini Normal file → Executable file
View File

0
polybar/.config/polybar/modules/network.ini Normal file → Executable file
View File

0
polybar/.config/polybar/scripts/battery-info.sh Normal file → Executable file
View File

0
polybar/.config/polybar/scripts/bluetooth.sh Normal file → Executable file
View File

0
ranger/.config/ranger/rc.conf Normal file → Executable file
View File

0
scripts/.local/bin/volumedown.sh Normal file → Executable file
View File

0
scripts/.local/bin/volumemute.sh Normal file → Executable file
View File

0
scripts/.local/bin/volumeup.sh Normal file → Executable file
View File

0
tmux/.config/tmux/tmux.conf Normal file → Executable file
View File

0
vim/.vimrc Normal file → Executable file
View File

0
x/.xinitrc Normal file → Executable file
View File

0
x/.xprofile Normal file → Executable file
View File

0
zsh/.config/zsh/.gitignore vendored Normal file → Executable file
View File

0
zsh/.config/zsh/.zshrc Normal file → Executable file
View File

0
zsh/.config/zsh/functions Normal file → Executable file
View File

0
zsh/.zshrc Normal file → Executable file
View File