Skip to content

Commit

Permalink
fix(base): mics changes
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Mar 18, 2023
1 parent 1a5b30f commit f21f95a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions base/misc/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,19 @@ complete -C /usr/bin/terraform terraform


alias sshuat="ssh -i ~/.auth-pkey-bytelearn-mukul.key mukuljeveriya@10.66.1.252"

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/miniconda3/etc/profile.d/conda.sh" ]; then
. "/opt/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/opt/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<

4 changes: 2 additions & 2 deletions base/nvim/.config/nvim/lua/user/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ local config = {
config = function() require("lsp_lines").setup() end,
as = "lsp_lines",
},
{ "SirVer/ultisnips" },
{ "umgbhalla/nvim-snippets" },
-- { "SirVer/ultisnips" },
-- { "umgbhalla/nvim-snippets" },
{ "ggandor/leap.nvim", config = function() require("leap").add_default_mappings() end },
{
"ggandor/leap-spooky.nvim",
Expand Down
2 changes: 1 addition & 1 deletion base/scripts/.scripts/boxes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/env bash

box=$(echo -en "bytelearn/hcsolveer:preprod\npython:3.11\narchlinux\nalpine\ndebian\nubuntu:20.04\nfedora\nnode:14.20.0-bullseye-slim\nmcr.microsoft.com/playwright\nmcr.microsoft.com/playwright:v1.25.0-focal" | fzf -i +m --height 10% --reverse )
box=$(echo -en "bytelearn1234/cdn-invalidation:dev\nbytelearn/hcsolveer:preprod\npython:3.11\narchlinux\nalpine\ndebian\nubuntu:20.04\nfedora\nnode:14.20.0-bullseye-slim\nmcr.microsoft.com/playwright\nmcr.microsoft.com/playwright:v1.25.0-focal" | fzf -i +m --height 10% --reverse )
echo $box
docker run -w /workdir -p 8000:8000 -it --rm -v `pwd`:/workdir $box bash
2 changes: 1 addition & 1 deletion themes/cr0nus/bspwm/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ c border_width 0
c window_gap 0
c left_padding 20
c right_padding 20
c top_padding 35
c top_padding 38
c bottom_padding 20
#unixporn mode
# c bottom_padding 10
Expand Down
4 changes: 2 additions & 2 deletions themes/cr0nus/picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ glx-copy-from-front = false;
# shadow-offset-y = 15;
# shadow-opacity = 0.5;

# shadow = false;
shadow = true;
shadow = false;
# shadow = true;
shadow-radius = 16;
shadow-opacity = 0.86;
shadow-offset-x = -12;
Expand Down
4 changes: 2 additions & 2 deletions themes/cr0nus/polybar/.config/polybar/bars.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ overline-color = ${color.red}
# following horizontal space on the bar:
# width - border-right-size - border-left-size
border-bottom-size = 0
border-top-size = 0
border-top-size = 4
; border-color = ${color.bg}

# border-top-color = #FF8888
Expand Down Expand Up @@ -150,7 +150,7 @@ offset-x = 26
modules-right = placeholder

border-bottom-size = 0
border-top-size = 0
border-top-size = 4
tray-position = left
tray-maxsize = 16
tray-padding = 10
Expand Down

0 comments on commit f21f95a

Please sign in to comment.