mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-11-27 12:02:45 -10:00
Compare commits
5 Commits
4961e64c92
...
b6ccc2fda9
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ccc2fda9 | |||
| 2eaa8351ea | |||
| b9d501c739 | |||
| f8fa4642b3 | |||
| 526e36003e |
3
.bashrc
3
.bashrc
@ -52,7 +52,6 @@ alias v="nvim"
|
|||||||
|
|
||||||
#upgraded commands
|
#upgraded commands
|
||||||
#alias cat="bat"
|
#alias cat="bat"
|
||||||
alias htop="btop"
|
|
||||||
#alias ls="exa"
|
#alias ls="exa"
|
||||||
|
|
||||||
#devleopment variables
|
#devleopment variables
|
||||||
@ -70,7 +69,7 @@ alias i3blocksconfig="nvim ~/.config/i3blocks/config"
|
|||||||
|
|
||||||
#development shortcuts
|
#development shortcuts
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME"
|
alias cfg='lazygit --git-dir=$HOME/.cfg --work-tree=$HOME'
|
||||||
alias nt="alacritty&"
|
alias nt="alacritty&"
|
||||||
alias tn="tmux -u -f $TMUX_CONFIG new"
|
alias tn="tmux -u -f $TMUX_CONFIG new"
|
||||||
alias ta="tmux -u -f $TMUX_CONFIG attach"
|
alias ta="tmux -u -f $TMUX_CONFIG attach"
|
||||||
|
|||||||
@ -57,6 +57,8 @@ require('lazy').setup({
|
|||||||
-- { "Olical/nfnl", ft = "fennel", opts = {} },
|
-- { "Olical/nfnl", ft = "fennel", opts = {} },
|
||||||
'Olical/aniseed',
|
'Olical/aniseed',
|
||||||
|
|
||||||
|
{ 'rcarriga/nvim-dap-ui', dependencies = { 'mfussenegger/nvim-dap', 'nvim-neotest/nvim-nio' } },
|
||||||
|
|
||||||
{
|
{
|
||||||
'smoka7/hop.nvim',
|
'smoka7/hop.nvim',
|
||||||
version = '*',
|
version = '*',
|
||||||
@ -680,7 +682,7 @@ require('lazy').setup({
|
|||||||
-- conjure
|
-- conjure
|
||||||
{
|
{
|
||||||
'Olical/conjure',
|
'Olical/conjure',
|
||||||
ft = { 'clojure', 'fennel', 'python' }, -- etc
|
ft = { 'clojure', 'fennel', 'python', 'lisp' }, -- etc
|
||||||
lazy = true,
|
lazy = true,
|
||||||
init = function()
|
init = function()
|
||||||
-- Set configuration options here
|
-- Set configuration options here
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PORT=$1
|
PORT=$1
|
||||||
kill -9 $(lsof -t -i:$PORT)
|
kill -l $(lsof -t -i:$PORT)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user