diff --git a/.bash_aliases b/.bash_aliases index 83e3b36..945437a 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -5,17 +5,19 @@ #dotnet alias dotnet-ef=$HOME/.dotnet/tools/dotnet-ef -#tmux - force 256 colors mode alias tmux='tmux -2' alias cdrepo='cd $(repocd)' + +# apps alias vnc='remmina' alias castget='castget -C ~/.config/castget/castget.conf' -alias news='newsboat ; pkill -RTMIN+10 dwmblocks' +alias news='newsboat' +alias burncd='asunder' alias ll="ls -l --color" # home git folder -alias dot='git -C .dotfiles/ --work-tree=$HOME' +alias dot='git -C ~/.dotfiles/ --work-tree=$HOME' # docker stop all alias dkill='docker stop $(docker ps -q)' diff --git a/.gitignore b/.gitignore index a7c38d5..451cd5e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# sys folders +Pictures +Videos +Documents +Games +Desktop +Thrash + # cache .cache .castget/ @@ -11,10 +19,15 @@ .surf # dev environment -.angular-config.json +.cargo/ .cmake/ .docker/ .java/ +.mongodb/ +go/ + +# js +.angular-config.json node_modules/ .npmrc .npm/ @@ -23,9 +36,29 @@ yarn.lock .yarn/ .vscode/ .vscode-oss/ -go/ + +# ruby +.bundle/ +.gem/ +.rvm/ + +# csharp configs +.aspnet/ +.dotnet/ +.mono/ +.nuget/ +.vsts/ +.local/share/NuGet/ + +# dotnet templates cache +.templateengine/ + +# hosting +.vagrant +.ngrok2 # gaming +.dosbox/ .steam/ .paradoxlauncher/ .steampath @@ -36,16 +69,7 @@ go/ .wine Games/ My Games/ -# csharp configs -.aspnet/ -.dotnet/ -.mono/ -.nuget/ -.vsts/ -.local/share/NuGet/ -# dotnet templates cache -.templateengine/ # audio .ncmpcpp/ @@ -80,10 +104,11 @@ freetube-bin/ .nmcli_history .lesshst .node_repl_history +*_history # bash files .Xauthority -.bash_history +.bash_history* .bash_logout .bash_aliases_priv .bash_params_priv diff --git a/.xinitrc b/.xinitrc index b838658..db0fb8f 100755 --- a/.xinitrc +++ b/.xinitrc @@ -46,6 +46,6 @@ done & # window manager #java param to work with webstorm -export _JAVA_AWT_WM_NONREPARENTING=1 +#export _JAVA_AWT_WM_NONREPARENTING=1 [ -x "$SCRIPTS_DIR/startdwm" ] && startdwm || /usr/local/bin/dwm