This commit is contained in:
ayushDumasia 2024-10-21 10:28:08 +05:30
parent f9fbdc4be9
commit b8de2e70f8
51 changed files with 33 additions and 26 deletions

View file

@ -14,6 +14,7 @@ $fileManager = yazi
$menu = rofi -show run $menu = rofi -show run
$browser = firefox $browser = firefox
$taskManager = btop $taskManager = btop
$editor = nvim
$colorpicker = hyprpicker $colorpicker = hyprpicker
env = XCURSOR_SIZE,20 env = XCURSOR_SIZE,20
@ -87,7 +88,7 @@ input {
kb_layout = us kb_layout = us
kb_variant = kb_variant =
kb_model = kb_model =
kb_options = kb_options = caps:swapescape
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1
@ -143,6 +144,8 @@ bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/p
bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved' bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved'
bind = $mainMod, N, exec, $terminal $editor
#Task Manager #Task Manager
bind = Ctrl_Shift, Tab, exec, $terminal $taskManager bind = Ctrl_Shift, Tab, exec, $terminal $taskManager

View file

@ -1,4 +1,4 @@
preload = /home/archer/Downloads/wallpaper/inside_the_system.jpg preload = /home/archer/Downloads/wallpaper/illustratCity-Skyline.png
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/inside_the_system.jpg wallpaper = eDP-1, /home/archer/Downloads/wallpaper/illustratCity-Skyline.png
splash = off splash = off
ipc = off ipc = off

View file

@ -11,13 +11,14 @@
"coq_nvim": { "branch": "coq", "commit": "427a3ff9d467e564bfda98c5b56575450dfe3da8" }, "coq_nvim": { "branch": "coq", "commit": "427a3ff9d467e564bfda98c5b56575450dfe3da8" },
"friendly-snippets": { "branch": "main", "commit": "00ebcaa159e817150bd83bfe2d51fa3b3377d5c4" }, "friendly-snippets": { "branch": "main", "commit": "00ebcaa159e817150bd83bfe2d51fa3b3377d5c4" },
"gitsigns.nvim": { "branch": "main", "commit": "562dc47189ad3c8696dbf460d38603a74d544849" }, "gitsigns.nvim": { "branch": "main", "commit": "562dc47189ad3c8696dbf460d38603a74d544849" },
"go.nvim": { "branch": "master", "commit": "fb612d13c34d3d1d2caa4d5785733abe70dc22f0" },
"guihua.lua": { "branch": "master", "commit": "225db770e36aae6a1e9e3a65578095c8eb4038d3" },
"indentLine": { "branch": "master", "commit": "b96a75985736da969ac38b72a7716a8c57bdde98" }, "indentLine": { "branch": "master", "commit": "b96a75985736da969ac38b72a7716a8c57bdde98" },
"lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" }, "lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" },
"lazygit": { "branch": "master", "commit": "8bcfa3660ae17bca0ce7f8c727b1a770fbf88f08" }, "lazygit": { "branch": "master", "commit": "8bcfa3660ae17bca0ce7f8c727b1a770fbf88f08" },
"lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" }, "lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "1c55991321d1a861537e32446affc5de5d9a6eaf" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "1c55991321d1a861537e32446affc5de5d9a6eaf" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"minimap.vim": { "branch": "master", "commit": "395378137e6180762d5b963ca9ad5ac2db5d3283" },
"multicursors.nvim": { "branch": "main", "commit": "562809aaf203b4c65482a75199166d360f2b9298" }, "multicursors.nvim": { "branch": "main", "commit": "562809aaf203b4c65482a75199166d360f2b9298" },
"neo-tree.nvim": { "branch": "v3.x", "commit": "29f7c215332ba95e470811c380ddbce2cebe2af4" }, "neo-tree.nvim": { "branch": "v3.x", "commit": "29f7c215332ba95e470811c380ddbce2cebe2af4" },
"noice.nvim": { "branch": "main", "commit": "448bb9c524a7601035449210838e374a30153172" }, "noice.nvim": { "branch": "main", "commit": "448bb9c524a7601035449210838e374a30153172" },

View file

@ -0,0 +1,14 @@
return {
"ray-x/go.nvim",
dependencies = { -- optional packages
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = function()
require("go").setup()
end,
event = {"CmdlineEnter"},
ft = {"go", 'gomod'},
build = ':lua require("go.install").update_all_sync()' -- if you need to install/update all binaries
}

View file

@ -1,13 +0,0 @@
return {
"wfxr/minimap.vim",
requires = {
"wfxr/code-minimap", -- Dependency for the minimap
},
run = "cargo install --locked code-minimap", -- Install the code-minimap dependency
config = function()
vim.cmd("let g:minimap_width = 40") -- Example of setting up the minimap width
vim.cmd("let g:minimap_auto_start = 1") -- Automatically start the minimap
vim.cmd("let g:minimap_auto_start_win_enter = 1") -- Automatically start minimap on window enter
end,
}

View file

@ -8,8 +8,8 @@ return {
null_ls.builtins.formatting.prettier, null_ls.builtins.formatting.prettier,
--null_ls.builtins.diagnostics.asp_grep, --null_ls.builtins.diagnostics.asp_grep,
null_ls.builtins.formatting.prettierd, null_ls.builtins.formatting.prettierd,
null_ls.builtins.diagnostics.cpplint, --null_ls.builtins.diagnostics.cpplint,
null_ls.builtins.formatting.clang_format, --null_ls.builtins.formatting.clang_format,
}, },
}) })

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 767 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

View file

@ -73,14 +73,15 @@
"backlight": { "backlight": {
"scroll-step": 5, "scroll-step": 5,
"format": "{icon}", "format": "{icon}",
"format-icons": ["󰃞 ", "󰃟 ", "󰃝 ", "󰃠 "] "format-icons": ["󰃞 ", "󰃟 ", "󰃝 ", "󰃠 "],
"tooltip": true,
"tooltip-format": "{percent}%"
}, },
"custom/wallpaper": { "custom/wallpaper": {
"format": "\uf03e", "format": "\uf03e",
"on-click": "~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper", "on-click": "~/.config/waybar/scripts/change-wallpaper.sh && hyprpaper",
"tooltip": false "tooltip": false
}, },
"network": { "network": {
"format-wifi": " {icon}", "format-wifi": " {icon}",
"format-ethernet": "󰈀", "format-ethernet": "󰈀",
@ -105,7 +106,6 @@
"tooltip-format": "{capacity}%, about {time} left", "tooltip-format": "{capacity}%, about {time} left",
"format-icons": [" ", " ", " ", " "] "format-icons": [" ", " ", " ", " "]
}, },
"wireplumber": { "wireplumber": {
"max-volume": 200, "max-volume": 200,
"scroll-step": 5, "scroll-step": 5,
@ -115,9 +115,9 @@
"format-muted": " ", "format-muted": " ",
"on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click": "pamixer -t", "on-click": "pamixer -t",
"tooltip-format": "{volume}% | {desc}" "tooltip": true,
"tooltip-format": "{desc}"
}, },
"bluetooth": { "bluetooth": {
"format": "{icon}", "format": "{icon}",
"format-icons": ["", "󰤾", "󰥀", "󰥄", "󰥈"], "format-icons": ["", "󰤾", "󰥀", "󰥄", "󰥈"],

View file

@ -49,6 +49,7 @@ bindkey '^p' history-search-backward
bindkey '^n' history-search-forward bindkey '^n' history-search-forward
bindkey '^[w' kill-region bindkey '^[w' kill-region
bindkey -s '^o' 'tmux new -s default\n' bindkey -s '^o' 'tmux new -s default\n'
bindkey -s '^n' 'nvim\n'
# # History # # History
@ -93,6 +94,8 @@ alias pacman='sudo pacman'
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
alias gs='git status'
alias ga='git add'
fastfetch fastfetch
#nerdfetch #nerdfetch