You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-88Lines changed: 0 additions & 88 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,87 +3,12 @@
3
3
Hey this is my dotfiles repository , From which you can download my config files
4
4
😄🚀
5
5
6
-
[#](#) I'm an n00b
7
-
8
-
# \* My default desktop Environment `hyprland` and `wezterm` with `zsh` and `shellfetch` and combined with `zellij` , The prompt is [Starship](https://starship.rs) and the color is [catppuccin](https://github.com/catppuccin/nvim)
# to setup lua lsp [follow this link](<https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone)>) , and don't forget to make a directory under ~/.config/nvim named as language-server and do everything under it
58
-
59
-
# to setup gopls run
60
-
61
-
```shell
62
-
cd dotfiles/
63
-
GO111MODULE=on go get -u golang.org/x/tools/gopls@latest
64
-
sudo ln -s /home/arpangreat/go/bin/* /usr/bin
65
-
```
66
-
67
-
# To setup jdtls
68
-
69
-
- first delete ~/dotfiles/nvim/jdtl-language-server-latest by
70
-
`rm -rf jdt-language-latest-server`
71
-
- then , extract ~/dotfiles/nvim/jdt-language-server-latest.tar.gz inside
72
-
`~/dotfiles/nvim/`
73
-
- tweak `.zshrc` respective java file paths if needed
74
-
-**make project with `projectCreate` script inside ~/dotfiles/custom-scripts
75
-
and lang name should be `gradle` not `java`**
76
-
- And you are all done
77
-
78
-
# after doing everything don't forget to run `:TSInstall all` in nvim to install Treesitter
79
-
80
-
# to use screenshot.sh run
81
-
82
-
```shell
83
-
sudo pacman -S grim
84
-
[sudo](sudo) pacman -S slurp
85
-
```
86
-
87
12
# A Life hack for shell , while typing any password show asterisks for every password
set -g status-style 'bg=default,fg=white'# transparent status bar
47
48
set -g status-position top
48
49
set -g pane-active-border-style "fg=white,bg=default"
@@ -66,7 +67,7 @@ set -g window-status-format \
66
67
set -g detach-on-destroy off
67
68
68
69
set -g status-right-length 50
69
-
set -g status-right "#{sysstat_cpu}|#{sysstat_mem}|#[fg=cyan]%A #[fg=orange]%d-%m-%Y"
70
+
set -g status-right "#{cpu_real_fg_color}CPU: #{cpu_real_percentage}|#{ram_real_fg_color}MEM: #{ram_real_percentage}|#[fg=cyan]%A #[fg=orange]%d-%m-%Y"
70
71
71
72
# set -g status-style bg=default
72
73
# set -g status-left-length 90
@@ -166,7 +167,9 @@ set -g @plugin 'tmux-plugins/tpm'
166
167
set -g @plugin 'sainnhe/tmux-fzf'
167
168
# set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
168
169
# set -g @plugin 'tmux-plugins/tmux-net-speed'
169
-
set -g @plugin 'samoshkin/tmux-plugin-sysstat'# `sysstat_ntemp` and `sysstat_itemp` are temperatures of nvidia card and intel card, these scripts are available in my fork: https://github.com/sainnhe/tmux-plugin-sysstat
170
+
# set -g @plugin 'sainnhe/tmux-plugin-sysstat' # `sysstat_ntemp` and `sysstat_itemp` are temperatures of nvidia card and intel card, these scripts are available in my fork: https://github.com/sainnhe/tmux-plugin-sysstat
171
+
# set -g @plugin 'tmux-plugins/tmux-cpu'
172
+
set -g @plugin 'arpangreat/tmux-cpu-real'
170
173
# set -g @plugin "arcticicestudio/nord-tmux"
171
174
# set -g @plugin 'spywhere/tmux-now-playing'
172
175
# set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
0 commit comments