parent
3b70febe45
commit
4fcb3a61a5
|
@ -3,8 +3,9 @@
|
|||
\#*\#
|
||||
*API*
|
||||
*.bak
|
||||
*.pdf
|
||||
.*.git/
|
||||
config/.config/ranger/*
|
||||
!config/.config/ranger/rc.conf
|
||||
!config/.config/ranger/rifle.conf
|
||||
config/.local/share/ranger/*
|
||||
!config/.local/share/ranger/bookmarks
|
||||
config/.mozilla/*
|
||||
|
@ -17,6 +18,8 @@ emacs/.emacs.d/*
|
|||
!emacs/.emacs.d/config.org
|
||||
!emacs/.emacs.d/ledger.org
|
||||
!emacs/.emacs.d/snippets*
|
||||
.*.git/
|
||||
*.log
|
||||
*.pdf
|
||||
vim/.vim/bundle/*
|
||||
vim/.vim/.netrwhist
|
||||
|
|
|
@ -17,7 +17,7 @@ Todo (along with cleanup)
|
|||
|
||||
### 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
|
||||
git clone https://github.com/powerline/fonts.git --depth=1
|
||||
|
|
|
@ -9,5 +9,5 @@ t:/home/tuan/Templates
|
|||
w:/home/tuan/workspace_l/Projects
|
||||
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
||||
q:/home/tuan/.nextcloud/Quick Drop
|
||||
':/home/tuan
|
||||
':/home/tuan/.dotfiles/config/.config/ranger
|
||||
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
||||
|
|
Loading…
Reference in New Issue