https://github.com/burnerwah/dotfiles-linux
Personal dotfiles
https://github.com/burnerwah/dotfiles-linux
dotfiles fish gitconfig kitty linux neovim systemd
Last synced: 23 days ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/burnerwah/dotfiles-linux
- Owner: BurnerWah
- License: other
- Created: 2019-12-05T06:07:27.000Z (over 5 years ago)
- Default Branch: dom
- Last Pushed: 2022-11-04T20:53:46.000Z (over 2 years ago)
- Last Synced: 2024-05-02T00:26:59.692Z (12 months ago)
- Topics: dotfiles, fish, gitconfig, kitty, linux, neovim, systemd
- Language: Shell
- Homepage:
- Size: 1.2 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
Jaden's dotfiles
==================Configuration files for a bunch of random programs.
Tools I use
-----------* I use Fedora_ as my main OS.
* Desktop environment: GNOME_.
* Editor: neovim_.
* Shell: Fish
* My primary python REPL is IPython_.
* CXX toolchain: clang_ + LLVM_.
* Coreutils: uutils_.. _Fedora: https://getfedora.org/
.. _GNOME: https://www.gnome.org/
.. _neovim: https://neovim.io/
.. _IPython: https://ipython.org/
.. _clang: https://clang.llvm.org/
.. _LLVM: https://llvm.org/
.. _uutils: https://github.com/uutils/coreutilsOddities
--------* I use the system package manager (DNF) most of the time.
* I use environment variables to make programs use XDG base directories [1]_.
Some of the methods are from the Arch Linux Wiki [2]_, while others
are my own.
* I'm not gonna change the license... [1] https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
.. [2] https://wiki.archlinux.org/index.php/XDG_Base_Directory.. vim:ft=rst tw=79