blob: 56d8b8c6cb8c2dbd9b16459a06fb6f7f60142afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
#+TITLE: My Public Dotfiles
#+AUTHOR: Naz <ndpm13@ch-naseem.com>
#+STARTUP: showeverything
#+OPTIONS: toc:nil
This repository contains a bunch of configuration files. Take a look around, you
might find something useful!
* Usage
1. Back up your current configurations.
2. Clone this repository somewhere in your system
#+begin_src sh
git clone --depth 1 https://git.ch-naseem.com/ndpm13/dotfiles.git
#+end_src
3. Make sure you're inside the ~dotfiles~ directory before using ~stow~
#+begin_src sh
stow <package> --adopt
#+end_src
* Packages
These are all the packages included in this repository, I'll try to list the
required dependencies for each package.
** shells (ZSH, Bash)
*** Dependencies
- ~zoxide~
- ~eza~
- ~doas~
- ~zsh-syntax-highlighting~
- ~zsh-completions~
- ~bash-completion~
- Neovim (optional)
- VSCodium (optional)
- ~wget~ (optional)
- ~sudo~ (optional)
- ~xbps~ (optional)
- ~cargo-update~ (optional)
- ~mpv~ (optional)
- ~yt-dlp~ (optional)
- ~lf~ (optional)
- ~starship~ (optional)
- ~fzf~ (optional)
** nvim
Main repository can be found at [[https://git.ch-naseem.com/ndpm13/nvim-config][ndpm13/nvim-config]].
*** Dependencies
- ~git~
- ~gcc~
- Nerd Font (optional)
- ~silicon~ (optional)
** tmux
*** Dependencies
- ~git~
- ~tpm~
- ~xclip~ (optional)
|