Updated README.md

Modified neofetch config

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
clean_emacs
TuDatTr 2023-04-10 10:32:17 +02:00
parent 5a477518d1
commit 968179c537
6 changed files with 53 additions and 72 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,68 +0,0 @@
# .dotfiles
These are my personal dotfiles.
Main tools I am currently using are:
- zsh
- gvim
- byobu
- conky
- firefox
- rxvt-unicode
- dunst
- highlight
- i3-gaps
- neofetch
- ranger
- rofi
- emacs
- polybar
- termite
## Getting started
To make full use of the dotfiles we need to install the following packages via pacman:
`pacman -Syu zsh gvim byobu conky firefox rxvt-unicode dunst highlight i3-gaps neofetch ranger rofi emacs`
And the following packages from the AUR:
`yay -S polybar termite`
### zsh setup
```sh
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp -r /usr/share/zsh-theme-powerlevel9k $HOME/.oh-my-zsh/themes/powerlevel9k
rm -rf $HOME/.*bash* # optional, but removes all bash related stuff from the home directory
```
### Font setup
Since we're using a powerline font we need to install them first.
```sh
git clone https://github.com/powerline/fonts.git --depth=1
./fonts/install.sh
rm -rf fonts/
```
### Installing the dotfiles
To deploy the .dotfiles we use the tool stow.
```sh
git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow vim
stow zsh
stow config
```
## Author
- Tuan-Dat Tran - [TuDatTr](https://github.com/TuDatTr/)
## License
This project is licensed under the GPL-3.0 License - see LICENSE file for details.

49
README.org Normal file
View File

@ -0,0 +1,49 @@
* .dotfiles
These are the personal dotfiles for my laptop.
Main tools I am currently using are (may be out of date):
- alacritty
- emacs (Doom Emacs)
- vim
- nu
- starship
- picom
- i3wm
- zellij
- synthing (as my home directory)
#+CAPTION: Neofetch
#+ATTR_HTML: :width 960px
[[./resources/23-04-10_10-30-18-alacritty.png]]
** Getting started
*** Font setup
Since we're using a powerline font we need to install them first.
#+begin_src shell
git clone https://github.com/powerline/fonts.git --depth=1
./fonts/install.sh
rm -rf fonts/
#+end_src
*** Installing the dotfiles
To deploy the .dotfiles we use the tool stow.
#+begin_src shell
git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow emacs
stow zsh
stow config
#+end_src
** Author
- Tuan-Dat Tran - [[https://gitlab.com/TuDatTr/][TuDatTr]]
** License
This project is licensed under the GPL-3.0 License - see LICENSE file for details.

View File

@ -18,8 +18,8 @@ print_info() {
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
# info "Theme" theme
# info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
@ -35,7 +35,7 @@ print_info() {
# info "Local IP" local_ip
# info "Public IP" public_ip
# info "Users" users
# info "Install Date" install_date
info "Install Date" install_date
# info "Locale" locale # This only works on glibc systems.
info line_break

View File

@ -9,7 +9,7 @@ t:/home/tuan/Templates
w:/home/tuan/workspace_l/home_lab/wiki
k:/home/tuan/.syncthing/Documents/Uni/Studium/2022_Sommersemester/Bachelorprojekt/Implement EFCF based on libAFL/git/foundry/evm/src/executor
q:/home/tuan/Documents/Arbeit/Uni-DuE_NCS_SHK/04_-_Projekte/04-5G_IANA/02-gps
':/home/tuan/workspace_l/Docker/learn-nomad-getting-started/jobs
':/home/tuan/.dotfiles
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
s:/home/tuan/Pictures/Screenshots
v:/home/tuan/.aya01/Documents/Arbeit/Uni-DuE_NCS_SHK/04_-_Projekte/06-Server_Setup/ansible

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB