Skip to content

Commit

Permalink
🐛 fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Dec 5, 2023
1 parent 0ee4fa8 commit 447d873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/config/fish/conf.d/wsl2_setup_sshagent.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# setup 1Password SSH agent for WSL2

if ! string match -q "*microsoft*" (uname -r)
return
exit 0
end

if ! ss -a | grep -q $SSH_AUTH_SOCK >/dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion common/config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"catppuccin": { "branch": "main", "commit": "b359f3eec32dcc6b7c9a26901dc235bbb6cd8a0b" },
"lazy.nvim": { "branch": "main", "commit": "16603c6917435d8446f7357cb61095138a417085" },
"lazy.nvim": { "branch": "main", "commit": "96584866b9c5e998cbae300594d0ccfd0c464627" },
"mini.nvim": { "branch": "main", "commit": "abd7aa3ec50350ec3c986fcdd7328e3d23948b89" },
"nvim-tree.lua": { "branch": "master", "commit": "7e3c0bee7b246ca835d5f7453db6fa19de359bab" },
"nvim-treesitter": { "branch": "master", "commit": "efec7115d8175bdb6720eeb4e26196032cb52593" },
Expand Down
1 change: 1 addition & 0 deletions ubuntu/tasks/1_symbolic_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ln -sf $confDir/.bash_profile $HOME
ln -sf $confDir/.bashrc $HOME
ln -sf $confDir/.gittemplate.txt $HOME
## $HOME/.config
mkdir -p $HOME/.config
ln -sf $confDir/aquaproj-aqua $HOME/.config
ln -sf $confDir/fish $HOME/.config
ln -sf $confDir/nvim $HOME/.config
Expand Down

0 comments on commit 447d873

Please sign in to comment.