Giter Site home page Giter Site logo

dotfiles's Introduction

What I use

  • I tend to use
    • Debian with xfce and i3 for my laptop
    • Ubuntu server for vms
    • Windows for my desktop and gaming
    • Note that xfce and gnome are used only when people not familiar with i3wm need to do something with my laptop

Instal Debian with i3wm and xfce (or gnome)

  • Follow /stow_folder/README.md to use stow

Backup

I use the gbackup to backup and monitor all backups.

Keymap for keychron

Since I use keychron I need to map some keys. So use the keychron-k8-preset.json to map windows keys and alt keys (or just change the left side button from Mac to Windows) and then use .bashrc to fix the less and equal signs

If github gets an error with SSH

Setup ~/.ssh/config and write the following

Host github.com
	User git
	Port 22
	Hostname github.com
	IdentityFile ~/.ssh/id_github
	TCPKeepAlive yes
	IdentitiesOnly yes

Notes Sync

I use orgmode for note taking so it's important that everything is saved. For this I have a dropxbox instance with my notes and a program to sync from Dropxbox to Syncthing. This process is important because Syncthing is one of the backup targets. Then I created a service in systemd so I could have this running in the background even after a reboot.

[Unit]
Description=Sync Dropbox with Syncthing

[Service]
User=brun0
ExecStart=/bin/bash /home/brun0/Desktop/personal/dotfiles/notes_sync.sh
Restart=always

[Install]
WantedBy=multi-user.target

Adding AppImages into dmenu

Use a symbolic link and point that to the /usr/bin location

sudo ln -s /opt/obsidian/Obsidian-1.4.12.AppImage /usr/bin/obsidian

dotfiles's People

Contributors

brunoteixeira1996 avatar

Watchers

James Cloos avatar  avatar

Forkers

paul-bob

dotfiles's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.