Try to get some sense back into .gitignore

This commit is contained in:
David Holland 2019-12-08 01:12:48 +01:00
parent ea3f317911
commit 441ee7d850
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
7 changed files with 97 additions and 25 deletions

11
.config/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/*
/*/
!/.gitignore
!/.compton.conf/
!/fish/
!/i3/
!/i3status/
!/nitrogen/
!/nvim/
!/polybar/

View File

@ -1 +1,3 @@
fish_variables
!.gitignore

View File

@ -1,3 +0,0 @@
function l
ls -CF $argv
end

View File

@ -0,0 +1,3 @@
function layout
xkblayout-state print "%s %v"
end

64
.config/i3status/config Normal file
View File

@ -0,0 +1,64 @@
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
interval = 5
}
order += "volume master"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "disk /"
order += "cpu_usage"
order += "memory"
order += "tztime local"
volume master {
format = "VOL: %volume"
device = "default"
mixer = "Master"
}
wireless _first_ {
format_up = "W: %ip (%quality at %essid, %bitrate)"
format_down = "W: down"
}
ethernet _first_ {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery all {
format = "%status %percentage (%remaining)"
format_down = "No battery found"
status_chr = "CHR"
status_bat = "BAT"
status_unk = "UNK"
status_full = "FULL"
}
disk "/" {
format = "%avail / %total"
}
cpu_usage {
format = "%usage"
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}

1
.config/nitrogen/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.cfg

38
.gitignore vendored
View File

@ -1,25 +1,19 @@
*
/*
/*/
!/.gitignore
!.gitignore
!/.bashrc
!/.gitconfig
!/.inputrc
!/.password-store
!/.xinitrc
!/.Xmodmap
!/.Xresources
!/.zshrc
!/README.md
!.bash_aliases
!.bashrc
!.gitconfig
!.inputrc
!.password-store
!.xinitrc
!.Xmodmap
!.Xresources
!.zshrc
!README.md
!/.config/
!.config/.compton.conf
!.config/fish
!.config/i3
!.config/nitrogen
!.config/nvim
!.config/polybar
!.gnupg/gpg-agent.conf
!.gnupg/gpg.conf
!.gnupg/sshcontrol
!/.gnupg/gpg-agent.conf
!/.gnupg/gpg.conf
!/.gnupg/sshcontrol