parent
3b70febe45
commit
4fcb3a61a5
|
@ -3,8 +3,9 @@
|
||||||
\#*\#
|
\#*\#
|
||||||
*API*
|
*API*
|
||||||
*.bak
|
*.bak
|
||||||
*.pdf
|
config/.config/ranger/*
|
||||||
.*.git/
|
!config/.config/ranger/rc.conf
|
||||||
|
!config/.config/ranger/rifle.conf
|
||||||
config/.local/share/ranger/*
|
config/.local/share/ranger/*
|
||||||
!config/.local/share/ranger/bookmarks
|
!config/.local/share/ranger/bookmarks
|
||||||
config/.mozilla/*
|
config/.mozilla/*
|
||||||
|
@ -17,6 +18,8 @@ emacs/.emacs.d/*
|
||||||
!emacs/.emacs.d/config.org
|
!emacs/.emacs.d/config.org
|
||||||
!emacs/.emacs.d/ledger.org
|
!emacs/.emacs.d/ledger.org
|
||||||
!emacs/.emacs.d/snippets*
|
!emacs/.emacs.d/snippets*
|
||||||
|
.*.git/
|
||||||
*.log
|
*.log
|
||||||
|
*.pdf
|
||||||
vim/.vim/bundle/*
|
vim/.vim/bundle/*
|
||||||
vim/.vim/.netrwhist
|
vim/.vim/.netrwhist
|
||||||
|
|
|
@ -17,7 +17,7 @@ Todo (along with cleanup)
|
||||||
|
|
||||||
### Font setup
|
### Font setup
|
||||||
|
|
||||||
Since we use a powerline font we need to install the necessary fonts.
|
Since we're using a powerline font we need to install them first.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/powerline/fonts.git --depth=1
|
git clone https://github.com/powerline/fonts.git --depth=1
|
||||||
|
|
|
@ -9,5 +9,5 @@ t:/home/tuan/Templates
|
||||||
w:/home/tuan/workspace_l/Projects
|
w:/home/tuan/workspace_l/Projects
|
||||||
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
||||||
q:/home/tuan/.nextcloud/Quick Drop
|
q:/home/tuan/.nextcloud/Quick Drop
|
||||||
':/home/tuan
|
':/home/tuan/.dotfiles/config/.config/ranger
|
||||||
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
||||||
|
|
Loading…
Reference in New Issue