Skip to content

Commit

Permalink
fehbg, gitignore bump
Browse files Browse the repository at this point in the history
  • Loading branch information
smoorg committed May 23, 2021
1 parent 3b6fb29 commit a06d1ce
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 40 deletions.
35 changes: 0 additions & 35 deletions .config/htop/htoprc

This file was deleted.

2 changes: 2 additions & 0 deletions .fehbg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
feh --no-fehbg --bg-fill "$HOME/.local/wallpaper.png"
26 changes: 21 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# cache
.cache
.castget/
.texlive/
.mozilla/
.pulse-cookie
.wget-hsts

# dev environment
.angular-config.json
.cmake/
.java/
.npmrc
.npm/
.yarnrc
.yarn/
.npm/
.java/

# steam
.steam/
Expand Down Expand Up @@ -46,19 +50,27 @@ mpv/
WebstormProjects/
.local/share/JetBrains

# CodeTogether
.codetogether/
.ctsystem

# Freetube files
freetube/
freetube-bin/

# history files
.bash_history
.python_history
.sqlite_history
.lesshst
.node_repl_history

# private config
# bash files
.Xauthority
.bash_history
.bash_logout
.bash_aliases_priv

# private config
.config/
.gnupg
.mozilla/
Expand Down Expand Up @@ -86,7 +98,7 @@ repos/
images/
OneDrive/
Videos/

DAW/
.local/

# ignore secret files ALWAYS
Expand All @@ -103,3 +115,7 @@ Videos/
# nvidia
.nv/
.nvidia-settings-rc

# nvim/vim cache
.vim/
.viminfo

0 comments on commit a06d1ce

Please sign in to comment.