Skip to content

Trumeet/Dotfiles

Repository files navigation

Dotfiles

Personal dotfiles.

My Environment

  • IDE: Tmux + NeoVim
  • Terminal: fish
  • Editor: NeoVim
  • OS: Arch Linux
  • IDE: Android Studio and / or IntelliJ Idea
  • Desktop: KDE
  • Input: iBus + Rime (Chinese, Luna Pinyin Simp + Jyutping)
  • SSH Agent: GnuPG

Setup

  1. Clone the repo
$ git clone --recurse-submodules https://github.com/Trumeet/Dotfiles.git
$ cd Dotfiles
  1. Install

Boooooom. The magic happens.

$ find . -maxdepth 1 -not -path '*/\.*' -wholename "./*" -type d | sed "s|^\./||" | xargs stow -v -t $HOME -R
  1. Additional config

NeoVim:

You will see an error after executing this. Just ignore it and restart NeoVim.

$ nvim -c "PlugInstall"

Tmux:

  • tmux
  • Press Ctrl + A, release the keys and press I (capital i, as in Install)

Pacman Packages:

$ yay -S (cat packages)
  1. Enjoy

Wait... you are NOT supposed to enjoy it because they are my PERSONAL configurations, which are NOT supposed to fit in your environment and habit.

Anyway, you can still use my configurations. 😂

Acknowledgements

Other users' dotfile repos, StackOverflow, Google, GitHub, Arch Wiki, etc.

License

GPL v2

About

My dotfiles, my workspace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published