nord theme ++
This commit is contained in:
@@ -0,0 +1,52 @@
|
|||||||
|
Xft.dpi: 109
|
||||||
|
Xft.antialias: true
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.autohint: false
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
|
||||||
|
#define nord0 #2E3440
|
||||||
|
#define nord1 #3B4252
|
||||||
|
#define nord2 #434C5E
|
||||||
|
#define nord3 #4C566A
|
||||||
|
#define nord4 #D8DEE9
|
||||||
|
#define nord5 #E5E9F0
|
||||||
|
#define nord6 #ECEFF4
|
||||||
|
#define nord7 #8FBCBB
|
||||||
|
#define nord8 #88C0D0
|
||||||
|
#define nord9 #81A1C1
|
||||||
|
#define nord10 #5E81AC
|
||||||
|
#define nord11 #BF616A
|
||||||
|
#define nord12 #D08770
|
||||||
|
#define nord13 #EBCB8B
|
||||||
|
#define nord14 #A3BE8C
|
||||||
|
#define nord15 #B48EAD
|
||||||
|
|
||||||
|
*.foreground: nord4
|
||||||
|
*.background: nord0
|
||||||
|
*.cursorColor: nord4
|
||||||
|
*fadeColor: nord3
|
||||||
|
*fading: 35
|
||||||
|
|
||||||
|
*.color0: nord1
|
||||||
|
*.color1: nord11
|
||||||
|
*.color2: nord14
|
||||||
|
*.color3: nord13
|
||||||
|
*.color4: nord9
|
||||||
|
*.color5: nord15
|
||||||
|
*.color6: nord8
|
||||||
|
*.color7: nord5
|
||||||
|
*.color8: nord3
|
||||||
|
*.color9: nord11
|
||||||
|
*.color10: nord14
|
||||||
|
*.color11: nord13
|
||||||
|
*.color12: nord9
|
||||||
|
*.color13: nord15
|
||||||
|
*.color14: nord7
|
||||||
|
*.color15: nord6
|
||||||
|
|
||||||
|
*pointerColorBackground: #2B2C2B
|
||||||
|
*pointerColorForeground: #16A085
|
||||||
|
Xcursor.theme: Adwaita
|
||||||
|
Xcursor.size: 0
|
||||||
@@ -7,11 +7,5 @@ set -x CUDA_HOME /opt/cuda
|
|||||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
||||||
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
||||||
|
|
||||||
# Base16 Shell
|
|
||||||
if status --is-interactive
|
|
||||||
set BASE16_SHELL "$HOME/.config/base16-shell/"
|
|
||||||
source "$BASE16_SHELL/profile_helper.fish"
|
|
||||||
end
|
|
||||||
|
|
||||||
# fzf bindings
|
# fzf bindings
|
||||||
set -U FZF_LEGACY_KEYBINDINGS 0
|
set -U FZF_LEGACY_KEYBINDINGS 0
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
* `curl -L https://get.oh-my.fish | fish`
|
* `curl -L https://get.oh-my.fish | fish`
|
||||||
* `omf install https://github.com/edc/bass`
|
* `omf install https://github.com/edc/bass`
|
||||||
* `omf install https://github.com/jethrokuan/fzf`
|
* `omf install https://github.com/jethrokuan/fzf`
|
||||||
* div applications `yay -S thunar ranger drawio-desktop steam-manjaro vtop nvtop`
|
* div applications `yay -S thunar ranger drawio-desktop steam-manjaro bpytop nvtop`
|
||||||
* div utils `yay -S trash-cli rofi redshift flameshot asus-fan-control`
|
* div utils `yay -S trash-cli rofi redshift flameshot asus-fan-control`
|
||||||
* sysrq lock shutdown https://forum.manjaro.org/t/howto-reboot-turn-off-your-frozen-computer-reisub-reisuo/3855
|
* sysrq lock shutdown https://forum.manjaro.org/t/howto-reboot-turn-off-your-frozen-computer-reisub-reisuo/3855
|
||||||
+ `echo kernel.sysrq=1 | sudo tee --append /etc/sysctl.d/99-sysctl.conf`
|
+ `echo kernel.sysrq=1 | sudo tee --append /etc/sysctl.d/99-sysctl.conf`
|
||||||
|
|||||||
+45
-31
@@ -18,7 +18,7 @@ vim.g.BASH_Ctrl_l = "off"
|
|||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.cmdheight = 2
|
opt.cmdheight = 2
|
||||||
opt.background = "dark"
|
opt.background = "dark"
|
||||||
vim.cmd "colorscheme embark"
|
vim.cmd "colorscheme nord"
|
||||||
opt.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
|
opt.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
|
||||||
opt.list = true -- Show listchars
|
opt.list = true -- Show listchars
|
||||||
opt.showtabline = 2
|
opt.showtabline = 2
|
||||||
@@ -52,7 +52,7 @@ opt.shiftwidth = 2 -- Size of an indent
|
|||||||
-- search
|
-- search
|
||||||
opt.ignorecase = true -- Ignore case
|
opt.ignorecase = true -- Ignore case
|
||||||
opt.smartcase = true -- Do not ignore case with capitals
|
opt.smartcase = true -- Do not ignore case with capitals
|
||||||
opt.wildmode = {"list", "longest"} -- Command-line completion mode
|
opt.wildmode = {"list:longest"} -- Command-line completion mode
|
||||||
opt.wildignorecase = true
|
opt.wildignorecase = true
|
||||||
opt.wildignore = opt.wildignore + {"*swp", "*.class", "*.pyc", "*.png", "*.jpg", "*.gif", "*.zip", "*/tmp/*", "*.o", ".obj", "*.so"}
|
opt.wildignore = opt.wildignore + {"*swp", "*.class", "*.pyc", "*.png", "*.jpg", "*.gif", "*.zip", "*/tmp/*", "*.o", ".obj", "*.so"}
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ opt.clipboard = opt.clipboard + {"unnamedplus"}
|
|||||||
-- za zA switch fold (small/full)
|
-- za zA switch fold (small/full)
|
||||||
-- zi toggle folds
|
-- zi toggle folds
|
||||||
-- zi zj move to next / prev fold
|
-- zi zj move to next / prev fold
|
||||||
opt.foldenable = false
|
opt.foldenable = true
|
||||||
opt.foldmethod = "expr"
|
opt.foldmethod = "expr"
|
||||||
|
|
||||||
-- ----------------------------------------
|
-- ----------------------------------------
|
||||||
@@ -94,7 +94,6 @@ end
|
|||||||
|
|
||||||
cmd "au TextYankPost * lua vim.highlight.on_yank {on_visual = false}"
|
cmd "au TextYankPost * lua vim.highlight.on_yank {on_visual = false}"
|
||||||
create_augroup({
|
create_augroup({
|
||||||
-- { "FileType", "*", "setlocal formatoptions-=c formatoptions-=r formatoptions-=o" }, -- Disables automatic commenting on newline TODO await ftplugins
|
|
||||||
{ "BufWritePre", "*", [[%s/\s\+$//e]] }, -- Delete trailing whitespace
|
{ "BufWritePre", "*", [[%s/\s\+$//e]] }, -- Delete trailing whitespace
|
||||||
{ "BufReadPost", "quickfix", "nmap <buffer> <cr> <cr>" },
|
{ "BufReadPost", "quickfix", "nmap <buffer> <cr> <cr>" },
|
||||||
{ "TextYankPost", "*", "lua vim.highlight.on_yank {on_visual = false}" },
|
{ "TextYankPost", "*", "lua vim.highlight.on_yank {on_visual = false}" },
|
||||||
@@ -111,11 +110,14 @@ local map = vim.api.nvim_set_keymap
|
|||||||
map("n", "Q", "", {noremap = true})
|
map("n", "Q", "", {noremap = true})
|
||||||
map("n", "q:", "", {noremap = true})
|
map("n", "q:", "", {noremap = true})
|
||||||
|
|
||||||
map("n", "<leader>r", [[:so ~/.config/nvim/init.lua<cr>:PackerCompile<cr>]], { noremap = true })
|
map("n", "<leader>E", [[:so ~/.config/nvim/init.lua<cr>:PackerCompile<cr>]], { noremap = true })
|
||||||
map("n", "<leader>e", [[:vnew ~/dotfiles/nvim/init.lua<cr>]], { noremap = true })
|
map("n", "<leader>e", [[:vnew ~/dotfiles/nvim/init.lua<cr>]], { noremap = true })
|
||||||
map("n", "<leader>t", [[:vnew ~/notes/todos.md<cr>]], { noremap = true })
|
map("n", "<leader>nt", [[:vnew ~/notes/todos.md<cr>]], { noremap = true })
|
||||||
map("n", "<leader>n", [[:Explore ~/notes<cr>]], { noremap = true })
|
map("n", "<leader>nc", [[:vnew ~/notes/cheatsheet.md<cr>]], { noremap = true })
|
||||||
map("n", "<leader>W", [[:cd %:p:h<cr>]], { noremap = true })
|
map("n", "<leader>nl", [[:vnew ~/notes/libs.md<cr>]], { noremap = true })
|
||||||
|
map("n", "<leader>nu", [[:vnew ~/notes/urls.md<cr>]], { noremap = true })
|
||||||
|
map("n", "<leader>nn", [[:Explore ~/notes<cr>]], { noremap = true })
|
||||||
|
map("n", "<leader>ww", [[:cd %:p:h<cr>]], { noremap = true })
|
||||||
map("n", "<esc><esc>", ":noh<cr>", { silent = true, noremap = true } )
|
map("n", "<esc><esc>", ":noh<cr>", { silent = true, noremap = true } )
|
||||||
|
|
||||||
-- <Tab> to navigate the completion menu
|
-- <Tab> to navigate the completion menu
|
||||||
@@ -178,6 +180,9 @@ require("packer").startup {function(use)
|
|||||||
-- smooth scrolling
|
-- smooth scrolling
|
||||||
use {"psliwka/vim-smoothie"}
|
use {"psliwka/vim-smoothie"}
|
||||||
|
|
||||||
|
-- tables
|
||||||
|
use {"dhruvasagar/vim-table-mode"}
|
||||||
|
|
||||||
-- git
|
-- git
|
||||||
use {"tpope/vim-fugitive",
|
use {"tpope/vim-fugitive",
|
||||||
config = function()
|
config = function()
|
||||||
@@ -201,13 +206,13 @@ require("packer").startup {function(use)
|
|||||||
["n <M-.>"] = { expr = true, [[&diff ? "]c" : "<cmd>lua require('gitsigns.actions').next_hunk()<cr>"]]},
|
["n <M-.>"] = { expr = true, [[&diff ? "]c" : "<cmd>lua require('gitsigns.actions').next_hunk()<cr>"]]},
|
||||||
["n <M-,>"] = { expr = true, [[&diff ? "[c" : "<cmd>lua require('gitsigns.actions').prev_hunk()<cr>"]]},
|
["n <M-,>"] = { expr = true, [[&diff ? "[c" : "<cmd>lua require('gitsigns.actions').prev_hunk()<cr>"]]},
|
||||||
|
|
||||||
["n <leader>s"] = [[<cmd>lua require("gitsigns").stage_hunk()<cr>]],
|
["n <leader>gs"] = [[<cmd>lua require("gitsigns").stage_hunk()<cr>]],
|
||||||
["v <leader>s"] = [[<cmd>lua require("gitsigns").stage_hunk({vim.fn.line("."), vim.fn.line("v")})<cr>]],
|
["v <leader>gs"] = [[<cmd>lua require("gitsigns").stage_hunk({vim.fn.line("."), vim.fn.line("v")})<cr>]],
|
||||||
["n <leader>u"] = [[<cmd>lua require("gitsigns").undo_stage_hunk()<cr>]],
|
["n <leader>gu"] = [[<cmd>lua require("gitsigns").undo_stage_hunk()<cr>]],
|
||||||
["n <leader>x"] = [[<cmd>lua require("gitsigns").reset_hunk()<cr>]],
|
["n <leader>gx"] = [[<cmd>lua require("gitsigns").reset_hunk()<cr>]],
|
||||||
["v <leader>x"] = [[<cmd>lua require("gitsigns").reset_hunk({vim.fn.line("."), vim.fn.line("v")})<cr>]],
|
["v <leader>gx"] = [[<cmd>lua require("gitsigns").reset_hunk({vim.fn.line("."), vim.fn.line("v")})<cr>]],
|
||||||
["n <leader>i"] = [[<cmd>lua require("gitsigns").preview_hunk()<cr>]],
|
["n <leader>gp"] = [[<cmd>lua require("gitsigns").preview_hunk()<cr>]],
|
||||||
["n <leader>b"] = [[<cmd>lua require("gitsigns").blame_line(true)<cr>]],
|
["n <leader>gb"] = [[<cmd>lua require("gitsigns").blame_line(true)<cr>]],
|
||||||
|
|
||||||
-- Text objects
|
-- Text objects
|
||||||
["o ih"] = [[:<C-U>lua require("gitsigns.actions").select_hunk()<cr>]],
|
["o ih"] = [[:<C-U>lua require("gitsigns.actions").select_hunk()<cr>]],
|
||||||
@@ -242,6 +247,11 @@ require("packer").startup {function(use)
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use {"arcticicestudio/nord-vim",
|
||||||
|
config = function()
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
use {"junegunn/seoul256.vim",
|
use {"junegunn/seoul256.vim",
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.seoul256_background = 235
|
vim.g.seoul256_background = 235
|
||||||
@@ -335,7 +345,10 @@ require("packer").startup {function(use)
|
|||||||
requires = {"kyazdani42/nvim-web-devicons"},
|
requires = {"kyazdani42/nvim-web-devicons"},
|
||||||
config = function()
|
config = function()
|
||||||
require("lualine").setup {
|
require("lualine").setup {
|
||||||
options = { theme = "molokai" },
|
options = {
|
||||||
|
-- theme = "everforest",
|
||||||
|
theme = "nord",
|
||||||
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
"fugitive",
|
"fugitive",
|
||||||
},
|
},
|
||||||
@@ -395,6 +408,7 @@ require("packer").startup {function(use)
|
|||||||
use {"nvim-telescope/telescope.nvim",
|
use {"nvim-telescope/telescope.nvim",
|
||||||
requires = {"nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
|
requires = {"nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
|
||||||
config = function()
|
config = function()
|
||||||
|
-- TODO grep with regex
|
||||||
local map = vim.api.nvim_set_keymap
|
local map = vim.api.nvim_set_keymap
|
||||||
local opts = { noremap = true }
|
local opts = { noremap = true }
|
||||||
local actions = require("telescope.actions")
|
local actions = require("telescope.actions")
|
||||||
@@ -402,15 +416,15 @@ require("packer").startup {function(use)
|
|||||||
map("n", "<M-f>", "<cmd>Telescope git_files<cr>", opts )
|
map("n", "<M-f>", "<cmd>Telescope git_files<cr>", opts )
|
||||||
map("n", "<M-w>", "<cmd>Telescope live_grep<cr>", opts )
|
map("n", "<M-w>", "<cmd>Telescope live_grep<cr>", opts )
|
||||||
map("n", "<M-b>", "<cmd>Telescope buffers<cr>", opts )
|
map("n", "<M-b>", "<cmd>Telescope buffers<cr>", opts )
|
||||||
map("n", "<M-y>", "<cmd>Telescope filetypes<cr>", opts )
|
-- map("n", "<M-y>", "<cmd>Telescope filetypes<cr>", opts )
|
||||||
map("n", "<F3>", "<cmd>Telescope colorscheme<cr>", opts )
|
map("n", "<F3>", "<cmd>Telescope colorscheme<cr>", opts )
|
||||||
map("n", "<leader>a", "<cmd>Telescope lsp_code_actions<cr>", opts )
|
map("n", "<leader>la", "<cmd>Telescope lsp_code_actions<cr>", opts )
|
||||||
map("v", "<leader>a", "<cmd>Telescope lsp_range_code_actions<cr>", opts )
|
map("v", "<leader>la", "<cmd>Telescope lsp_range_code_actions<cr>", opts )
|
||||||
map("n", "<leader>d", "<cmd>Telescope lsp_document_diagnostics<cr>", opts )
|
map("n", "<leader>ld", "<cmd>Telescope lsp_document_diagnostics<cr>", opts )
|
||||||
map("n", "<leader>D", "<cmd>Telescope lsp_workspace_diagnostics<cr>", opts )
|
map("n", "<leader>lD", "<cmd>Telescope lsp_workspace_diagnostics<cr>", opts )
|
||||||
map("n", "<leader>g", "<cmd>Telescope git_status<cr>", opts )
|
map("n", "<leader>gg", "<cmd>Telescope git_status<cr>", opts )
|
||||||
map("n", "<leader>c", "<cmd>Telescope git_commits<cr>", opts )
|
map("n", "<leader>gc", "<cmd>Telescope git_commits<cr>", opts )
|
||||||
map("n", "<leader>C", "<cmd>Telescope git_bcommits<cr>", opts )
|
map("n", "<leader>gC", "<cmd>Telescope git_bcommits<cr>", opts )
|
||||||
map("n", "<F12>", "<cmd>Telescope<cr>", opts )
|
map("n", "<F12>", "<cmd>Telescope<cr>", opts )
|
||||||
require("telescope").setup{
|
require("telescope").setup{
|
||||||
defaults = {
|
defaults = {
|
||||||
@@ -524,13 +538,13 @@ require("packer").startup {function(use)
|
|||||||
bmap(bufnr, "n", "<M-m>", ":Lspsaga diagnostic_jump_next<cr>", opts)
|
bmap(bufnr, "n", "<M-m>", ":Lspsaga diagnostic_jump_next<cr>", opts)
|
||||||
bmap(bufnr, "n", "<M-n>", ":Lspsaga diagnostic_jump_prev<cr>", opts)
|
bmap(bufnr, "n", "<M-n>", ":Lspsaga diagnostic_jump_prev<cr>", opts)
|
||||||
-- popups
|
-- popups
|
||||||
bmap(bufnr, "n", "<M-a>", ":Lspsaga signature_help<cr>", opts)
|
bmap(bufnr, "n", "<M-x>", ":Lspsaga signature_help<cr>", opts)
|
||||||
bmap(bufnr, "i", "<M-a>", "<cmd>:Lspsaga signature_help<cr>", opts)
|
bmap(bufnr, "i", "<M-x>", "<cmd>lua require('lspsaga.signaturehelp').signature_help()<cr>", opts)
|
||||||
bmap(bufnr, "n", "<C-f>", "<cmd>lua require('lspsaga.action').smart_scroll_with_saga(1)<cr>", opts)
|
bmap(bufnr, "n", "<C-f>", "<cmd>lua require('lspsaga.action').smart_scroll_with_saga(1)<cr>", opts)
|
||||||
bmap(bufnr, "n", "<C-b>", "<cmd>lua require('lspsaga.action').smart_scroll_with_saga(-1)<cr>", opts)
|
bmap(bufnr, "n", "<C-b>", "<cmd>lua require('lspsaga.action').smart_scroll_with_saga(-1)<cr>", opts)
|
||||||
-- actions
|
-- actions
|
||||||
bmap(bufnr, "n", "<leader><cr>", ":Lspsaga range_code_action<cr>", opts)
|
bmap(bufnr, "n", "<leader>ll", ":Lspsaga range_code_action<cr>", opts)
|
||||||
bmap(bufnr, "v", "<leader><cr>", ":<C-U>Lspsaga range_code_action<cr>", opts)
|
bmap(bufnr, "v", "<leader>ll", ":<C-U>Lspsaga range_code_action<cr>", opts)
|
||||||
-- other
|
-- other
|
||||||
if client.resolved_capabilities.goto_definition then
|
if client.resolved_capabilities.goto_definition then
|
||||||
bmap(bufnr, "n", "gd", ":Lspsaga preview_definition<cr>", opts)
|
bmap(bufnr, "n", "gd", ":Lspsaga preview_definition<cr>", opts)
|
||||||
@@ -548,9 +562,9 @@ require("packer").startup {function(use)
|
|||||||
if client.resolved_capabilities.document_formatting or client.resolved_capabilities.document_range_formatting then
|
if client.resolved_capabilities.document_formatting or client.resolved_capabilities.document_range_formatting then
|
||||||
vim.api.nvim_command [[augroup Format]]
|
vim.api.nvim_command [[augroup Format]]
|
||||||
vim.api.nvim_command [[autocmd! * <buffer>]]
|
vim.api.nvim_command [[autocmd! * <buffer>]]
|
||||||
vim.api.nvim_command [[autocmd BufWritePost python lua vim.lsp.buf.formatting_seq_sync()]]
|
vim.api.nvim_command [[autocmd BufWritePost *.py lua vim.lsp.buf.formatting_seq_sync()]]
|
||||||
vim.api.nvim_command [[autocmd BufWritePost markdown lua vim.lsp.buf.formatting_seq_sync()]]
|
vim.api.nvim_command [[autocmd BufWritePost *.md lua vim.lsp.buf.formatting_seq_sync()]]
|
||||||
vim.api.nvim_command [[autocmd BufWritePost yaml lua vim.lsp.buf.formatting_seq_sync()]]
|
vim.api.nvim_command [[autocmd BufWritePost *.yaml lua vim.lsp.buf.formatting_seq_sync()]]
|
||||||
vim.api.nvim_command [[augroup END]]
|
vim.api.nvim_command [[augroup END]]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+4
-20
@@ -171,29 +171,13 @@ set -g @tmux-fzf-launch-key 'f'
|
|||||||
# various plugins
|
# various plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'sainnhe/tmux-fzf'
|
set -g @plugin 'arcticicestudio/nord-tmux'
|
||||||
# note: fzf bound to 'F'
|
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
# set -g @plugin 'odedlaz/tmux-onedark-theme'
|
# set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||||
|
|
||||||
# solarized plugin and options
|
|
||||||
# set -g @plugin 'seebi/tmux-colors-solarized'
|
# set -g @plugin 'seebi/tmux-colors-solarized'
|
||||||
# set -g @colors-solarized '256' (the default)
|
# set -g @plugin 'jimeh/tmux-themepack'
|
||||||
# set -g @colors-solarized 'dark'
|
|
||||||
# set -g @colors-solarized 'light'
|
|
||||||
#set -g @colors-solarized 'base16'
|
|
||||||
|
|
||||||
# tmux themepack
|
|
||||||
set -g @plugin 'jimeh/tmux-themepack'
|
|
||||||
#set -g @themepack 'basic'
|
|
||||||
#set -g @themepack 'powerline/default/yellow'
|
|
||||||
#set -g @themepack 'powerline/default/orange'
|
|
||||||
#set -g @themepack 'powerline/block/blue'
|
|
||||||
#set -g @themepack 'powerline/block/cyan'
|
|
||||||
#set -g @themepack 'powerline/default/gray'
|
|
||||||
set -g @themepack 'powerline/double/yellow'
|
|
||||||
|
|
||||||
# keep at bottom
|
# keep at bottom
|
||||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user