Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jafarabdi/myconfigs

My dotfiles
https://github.com/jafarabdi/myconfigs

Last synced: 3 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# My Configs

## New system setup

- Debian stable/unstable (sid)
- install perf
- sudo apt install linux-tools-$(uname -r) linux-tools-generic -y
- sudo sh -c 'echo 1 > /proc/sys/kernel/perf_event_paranoid'
- sudo sh -c 'echo 0 > /proc/sys/kernel/kptr_restrict'
- Create file named `~/.machine_name` inside it nameof_machine
- Create file `~/myconfigs/i3/i3_$nameof_machine`
- Disable 'Ctrl+Shift+u' binding: `ibus-setup` -> Emoji -> Unicode code point
- Make sure to remove `sudo apt remove fonts-noto-color-emoji` if installed,
otherwise st will segfault [See](https://git.suckless.org/st/file/FAQ.html#l168).

## Installation

```bash
~/myconfigs/scripts/.local/bin/myinstall setup_fish
~/myconfigs/scripts/.local/bin/myinstall core
~/myconfigs/scripts/.local/bin/myinstall stow
myinstall i3
myinstall wezterm
myinstall docker
```

- Install tailscale: [tailscale](https://tailscale.com/download)
- Install Obsidian: `myinstall obsidian`
- Install NextCloud: `myinstall nextcloud-sync`