Added Firefox to .gitignore

clean_emacs
Tuan-Dat Tran 2019-05-07 13:21:49 +02:00
parent 12705f2af8
commit 4561645145
6 changed files with 55 additions and 53 deletions

27
.gitignore vendored
View File

@ -1,15 +1,20 @@
*~ *~
\#*\#
*.log
.#* .#*
config/.ssh/known_hosts \#*\#
vim/.vim/.netrwhist
vim/.vim/bundle/*
emacs/.emacs.d/*
config/.scripts/playstate
config/.ssh/known_hosts
!emacs/.emacs.d/snippets*
!emacs/.emacs.d/config.org
!emacs/.emacs.d/ledger.org
*API* *API*
*.bak *.bak
config/.local/share/ranger/*
!config/.local/share/ranger/bookmarks
config/.mozilla/*
!config/.mozilla/firefox/2x4tnepw.default/chrome/userChrome.css
!config/.mozilla/firefox/2x4tnepw.default/prefs.js
!config/.mozilla/firefox/profiles.ini
config/.scripts/playstate
config/.ssh/known_hosts
emacs/.emacs.d/*
!emacs/.emacs.d/config.org
!emacs/.emacs.d/ledger.org
!emacs/.emacs.d/snippets*
*.log
vim/.vim/bundle/*
vim/.vim/.netrwhist

View File

@ -1,36 +1,36 @@
! special ! Color
*.foreground: #98abb2 *.foreground: #98abb2
*.background: #181b28 *.background: #181b28
*.cursorColor: #ffffff *.cursorColor: #ffffff
! black ! black
*.color0: #161925 *.color0: #161925
*.color8: #0c0e14 *.color8: #0c0e14
! red ! red
*.color1: #8b8b8b *.color1: #8b8b8b
*.color9: #8b8b8b *.color9: #8b8b8b
! green ! green
*.color2: #237885 *.color2: #237885
*.color10: #00ffaf *.color10: #00ffaf
! yellow ! yellow
*.color3: #ffbb24 *.color3: #ffbb24
*.color11: #f8ec09 *.color11: #f8ec09
! blue ! blue
*.color4: #007fff *.color4: #007fff
*.color12: #00c4ff *.color12: #00c4ff
! magenta ! magenta
*.color5: #8c00fd *.color5: #8c00fd
*.color13: #cd00df *.color13: #cd00df
! cyan ! cyan
*.color6: #00e8b7 *.color6: #00e8b7
*.color14: #00d3a7 *.color14: #00d3a7
! white ! white
*.color7: #98abb2 *.color7: #98abb2
*.color15: #c0bfbc *.color15: #c0bfbc

View File

@ -99,7 +99,7 @@ for_window [title="^Steam Keyboard$"] floating enable
############################################################################### ###############################################################################
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle
exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/* exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/gnome/*
exec --no-startup-id compton -b exec --no-startup-id compton -b
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id udiskie exec --no-startup-id udiskie

View File

@ -1,4 +1,4 @@
':/home/tuan/.dotfiles/config/.local/share/ranger ':/home/tuan/Desktop
u:/home/tuan/Documents/Uni/Studium u:/home/tuan/Documents/Uni/Studium
p:/home/tuan/Documents/Protokolle/FSE p:/home/tuan/Documents/Protokolle/FSE
o:/home/tuan/.dotfiles/config o:/home/tuan/.dotfiles/config

View File

@ -1,3 +1,3 @@
#PanelUI-button, #back-button, #forward-button, #page-action-buttons{ #back-button, #forward-button, #page-action-buttons{
display:none; display:none;
} }

View File

@ -25,8 +25,5 @@ plugins=(
# History # History
HISTORY_IGNORE='sudo veracrypt *|veracrypt *' HISTORY_IGNORE='sudo veracrypt *|veracrypt *'
# Source # Source
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh