diff --git a/23-04-10_10-27-35-alacritty.png b/23-04-10_10-27-35-alacritty.png new file mode 100644 index 0000000..e00a707 Binary files /dev/null and b/23-04-10_10-27-35-alacritty.png differ diff --git a/README.md b/README.md deleted file mode 100644 index 71bbb1a..0000000 --- a/README.md +++ /dev/null @@ -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. diff --git a/README.org b/README.org new file mode 100644 index 0000000..2fabf02 --- /dev/null +++ b/README.org @@ -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. diff --git a/config/.config/neofetch/config.conf b/config/.config/neofetch/config.conf index da7de53..6ee4b24 100755 --- a/config/.config/neofetch/config.conf +++ b/config/.config/neofetch/config.conf @@ -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 diff --git a/config/.local/share/ranger/bookmarks b/config/.local/share/ranger/bookmarks index aacb274..0d03178 100644 --- a/config/.local/share/ranger/bookmarks +++ b/config/.local/share/ranger/bookmarks @@ -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 diff --git a/resources/23-04-10_10-30-18-alacritty.png b/resources/23-04-10_10-30-18-alacritty.png new file mode 100644 index 0000000..37fd88e Binary files /dev/null and b/resources/23-04-10_10-30-18-alacritty.png differ